-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement WebSocket client #93
Conversation
This reverts commit 3805414.
Ok, this is getting closer. The weirdest issue right now is that the echo web server isn't consistently echoing all the messages. Or at least, they are not being received. Firefox flip-flops between receiving only the first two or all three, whereas Chrome consistently receives only the first one. |
Update: the problem seems to be the ember websocket echo server I'm running within sbt, since sending to https://echo.websocket.events seems to work perfect. Running an |
The problem seems to be with ember server's websocket implementation. Switching to blaze works for now 👍 |
I'm unable to reproduce the problems with Ember server locally. I tried setting the JVM flag |
This reverts commit 73b4a07.
Should be good to go. This adds minimal public API, so there's only room for implementation errors 😆 |
Closes #6.
Tests forthcoming.