| 891 | } |
| 892 | |
| 893 | void SIOClientImpl::onError(WebSocket * /*ws*/, const WebSocket::ErrorCode &error) { |
| 894 | CC_LOG_ERROR("Websocket error received: %d", static_cast<int>(error)); |
| 895 | } |
| 896 | |
| 897 | //begin SIOClient methods |
| 898 | SIOClient::SIOClient(ccstd::string path, SIOClientImpl *impl, SocketIO::SIODelegate &delegate) |
no outgoing calls
no test coverage detected