Replies: 3 comments 3 replies
-
You need to select a subprotocol. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have the same problem, did you manage to solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm receiving the message on my Websocket - 101 Switching Protocols Have you ever been through this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
a connection problem when use Mojo Websocket as server and use AS3WebSocket as client, it's can not successly create a connetion between client and server.
this problem just meet when we use Mojolicious version later than 6.22,everything is ok in Mojolicious 6.22.
ActionScript 3 WebSocket Client
This is an AS3 implementation of a client library of the WebSocket protocol, as specified in the RFC6455 standard.
THIS CLIENT WILL NOT WORK with draft-75 or draft-76/-00 servers that are deployed on the internet. It is only for the most recent RFC6455 standard.
https://github.com/theturtle32/AS3WebSocket
server code:
Server:
Client:
The server can not respond in any of our requested protocols
Disconnected
Beta Was this translation helpful? Give feedback.
All reactions