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.
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.