You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple devices do not work with ws4py, they produce HandshakeError: WebSocket version required error. They only work with allow_draft76 with Tornado, but I would like to use cherrypy. Is this a limitation in ws4py or cherrypy? Is there a reason not to enable these devices? If no, is there a simple solution or a workaround to use them?
The text was updated successfully, but these errors were encountered:
Draft76 isn't supported indeed and that's mostly because:
I have very little time and maintenance isn't always simple
Draft76 should die and be left behind, it's broken and insecure.
I'm sorry this means you cannot use ws4py in this casebut I'm not motivated enough to integrate a buggy protocol. But well, it's open source, if you feel like it, please fork ws4py and toy around ;)
Apple devices do not work with ws4py, they produce
HandshakeError: WebSocket version required
error. They only work withallow_draft76
with Tornado, but I would like to use cherrypy. Is this a limitation in ws4py or cherrypy? Is there a reason not to enable these devices? If no, is there a simple solution or a workaround to use them?The text was updated successfully, but these errors were encountered: