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

Switching WebSocket Write Mode at Runtime #857

Closed
bbarrington42 opened this issue Jan 25, 2013 · 8 comments
Closed

Switching WebSocket Write Mode at Runtime #857

bbarrington42 opened this issue Jan 25, 2013 · 8 comments

Comments

@bbarrington42
Copy link

Please expose a configuration setting so that the websocket write mode can be set at runtime. Currently, I am setting it via and initialization parameter in my web.xml. But there is no way to change it after startup.

Thanks,
Bill

(previously discussed via email with jfarcand and requested by him to submit this as an issue) :-)

@jfarcand
Copy link
Member

OK at least you can switch at deployment time using

<param-value>org.atmosphere.websocket.binaryWrite</param-value>
<param-value>true</param-value> 

@bbarrington42
Copy link
Author

Hello,
Just curious as to whether or not you've had any time to look into this.

Best regards,
Bill

@jfarcand
Copy link
Member

Salut, probably next week I will. The API is there, it just need to be properly exposed.

@bbarrington42
Copy link
Author

Awesome. Thank you very much.

-Bill

On Thu, Jan 31, 2013 at 8:25 AM, Jeanfrancois Arcand <
[email protected]> wrote:

Salut, probably next week I will. The API is there, it just need to be
properly exposed.


Reply to this email directly or view it on GitHubhttps://github.com//issues/857#issuecomment-12942010.

@bbarrington42
Copy link
Author

Along the same lines as this, would it be possible to maintain some connections using binary write mode and other connections using text write mode all negotiated at runtime? Looks like we could have a need for this in the future based on an existing client. Just wanted to get an update on where this effort is. Thanks very much.

@jfarcand
Copy link
Member

@bbarrington42 As you might have read (wil make an official announcement this week), I'm starting my own company around Atmosphere. I will continue supporting the community like I do, but I will prioritize features asked by paying/support customers. So expect a little delay...but I will do it this year, before 1.1 for sure. Thanks!

@jfarcand
Copy link
Member

jfarcand commented Mar 7, 2013

If all goes well, I should have it working by tomorrow.

@jfarcand
Copy link
Member

OK I won't fix that as most of the container/server doesn't supports it, specially jsr 356.

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

No branches or pull requests

2 participants