-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Description
I am developing a WebRTC service which uses your library for the signalling phase. Everything works well on Chrome, Firefox and Android, but I am experiencing an error on Safari (macOS Ventura 13.3) and iOS:
[Error] WebSocket connection to 'wss://myapp.com/ws' failed: The operation couldn’t be completed. Socket is not connected
Anyway, it works on Safari when disabling the experimental feature 'NSURLSession WebSocket', which makes me suspect of a possible issue with WebSocket compression. Some related issues:
- iOS 15 WKWebView websocket behaviour
- Safari websocket compression is broken gorilla/websocket#731
- Compressed messages fail in Safari coder/websocket#218
Is there any configuration I can use to make my websocket application work on Safari and iOS as well? Thank you!
cristaloleg and sudhakar
Metadata
Metadata
Assignees
Labels
No labels