-
Notifications
You must be signed in to change notification settings - Fork 254
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
Simple test blocks? #3
Comments
OK, looks like the echo service took a very long time to complete, worked though. Will look into why it won't work with Ratchet. |
Have you found anything? I can't reproduce the long time here... |
I ended up completely commenting out the whole response section in Cliend->connect, works, last lines are write and setting is_connected to true. I also ended up creating my own socket server: https://bitbucket.org/hsarvell/pl-web |
Hmm, I think I need to add a timeout handling in the loop waiting for upgrade response in Client->connect. |
I forgot, you have more info here: http://picolisp.com/wiki/?Websockets |
@fiddur yeah, upgrading state can possibly block both server and client. |
When I try the simple test under Client usage in the readme I never see 'Will output 'Hello WebSocket.org!'.
Same goes when I try against my own Ratchet server.
It seems like the code stalls on the send call?
The text was updated successfully, but these errors were encountered: