According to https://metacpan.org/diff/file?target=SRI%2FMojolicious-6.23%2F&source=SRI%2FMojolicious-6.22%2F#lib/Mojo/Transaction/WebSocket.pm up to v6.22 an incoming protocol selection ("Sec-WebSocket-Protocol" header, 3rd argument to "new WebSocket()" in your client) was automatically copied to the response headers. That´s no longer the case and I assume your client automatically closes the connection if the subprotocol negotiation fails. Apparently you have to manually select the appropriate subprotocol your server supports and add that to your response (which makes sense, since it´s an application specific decision and nothing Mojolicious can / should do for you generically).
HTH Heiko -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
