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 7bf996b commit 6b01e6f
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 6b01e6f

Please sign in to comment.