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
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.
The text was updated successfully, but these errors were encountered:
Question
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.
The text was updated successfully, but these errors were encountered: