daltoniam / Starscream

Websockets in swift for iOS and OSX
Apache License 2.0
8.36k stars 1.21k forks source link

Starscream #1025

Open zhangshouhai opened 6 months ago

zhangshouhai commented 6 months ago

Question

A description of what you want to know.

Environment:

This library in the use of the process encountered such a problem. /* func didReceive(event: WebSocketEvent, client: WebSocketClient) / In iOS17, sending and receiving data are all normal, In IOS15.5, sending data is normal, receiving data can only receive a proxy callback when the initial connection and disconnection. In other cases, no message will be received.