Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for async/sync message delivery to BayeuxClient #61

Open
sbordet opened this issue Dec 16, 2009 · 1 comment
Open

Add support for async/sync message delivery to BayeuxClient #61

sbordet opened this issue Dec 16, 2009 · 1 comment

Comments

@sbordet
Copy link
Member

sbordet commented Dec 16, 2009

This tracks jetty issue http://jira.codehaus.org/browse/JETTY-1162.

In jetty-6, message notification to message listeners inside the deliver(Client from, Message message) always happens inside the sync block on the _inQ. This was changed to be more like the server-side clients, with the use of Async and Sync MessageListeners.

The org.cometd version of BayeuxClient always delivers all messages outside of the sync block, however it may be a good idea to introduce the Sync MessageListener to allow for sync delivery.

@sbordet
Copy link
Member Author

sbordet commented Dec 16, 2009

Originally reported by janb on 2009-12-16T18:03:19Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant