Skip to content

Commit

Permalink
Fix for #933
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Feb 26, 2013
1 parent 82ed4c5 commit d4fe314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ protected void prepareInvokeOnStateChange(final AtmosphereResource r, final Atmo
@Override
protected void queueWriteIO(AtmosphereResource r, Object finalMsg, Entry entry) throws InterruptedException {
synchronized (r) {
executeAsyncWrite(new AsyncWriteToken(r, finalMsg, entry.future, entry.originalMessage));
executeAsyncWrite(new AsyncWriteToken(r, finalMsg, entry.future, entry.originalMessage, entry.cache));
}
}
}

0 comments on commit d4fe314

Please sign in to comment.