Skip to content

Commit

Permalink
Fixes #1334
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Oct 8, 2013
1 parent 9e5c8c6 commit a29c64a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void onBroadcast(AtmosphereResourceEvent event) {
break;
}
}
}).suspend(timeoutInSeconds == -1 ? timeoutInSeconds : TimeUnit.MILLISECONDS.convert(timeoutInSeconds, TimeUnit.SECONDS);
}).suspend(timeoutInSeconds == -1 ? timeoutInSeconds : TimeUnit.MILLISECONDS.convert(timeoutInSeconds, TimeUnit.SECONDS));
}
}

Expand Down

0 comments on commit a29c64a

Please sign in to comment.