Post

Replies

Boosts

Views

Activity

Reply to iOS 15 WKWebView websocket behaviour
This error is caused by NSURLSession’s inability to process split messages normally. As long as the received WebSocket Message Frame is Fin=0, an error will occur. Our team adjusted the WebSocket Server configuration in the production environment to solve this problem.
Sep ’21