-
-
Notifications
You must be signed in to change notification settings - Fork 754
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 write timeout with Broadcaster #890
Labels
Comments
Property name: org.atmosphere.cpr.Broadcaster.writeTimeout value: milliseconds |
Need to support the same in Jersey |
jfarcand
added a commit
that referenced
this issue
Feb 8, 2013
jfarcand
added a commit
that referenced
this issue
Feb 12, 2013
jfarcand
added a commit
that referenced
this issue
Feb 12, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a way to timeout a write operation in case the underlying container is having trouble executing the write and doesn't support write timeout like Tomcat + WebSocket or Grizzly.
The text was updated successfully, but these errors were encountered: