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

Server strategy detection #14

Open
3 tasks
xaviervia opened this issue Feb 18, 2013 · 0 comments
Open
3 tasks

Server strategy detection #14

xaviervia opened this issue Feb 18, 2013 · 0 comments

Comments

@xaviervia
Copy link
Contributor

The JSTP Node should be able to guess the server strategy when making an outbound dispatch towards another host. Currently the outbound strategy needs to be hardcoded, which is not ideal.

Chances are the code for detecting the server strategy should be written for JSTP. In order:

  • Check out if EventMachine provides an easy way to detect a protocol error
  • Check if detection upon exception is a robust enough strategy for detection
  • Read the complete RFC 6455 which specifies the Websocket protocol in order to further understand the options
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

1 participant