-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
public ScxWebSocket webSocket() {
if (this.webSocket == null) {
if (!this.handshakeSucceeded()) {
throw new RuntimeException("Unexpected response status: " + String.valueOf(this.response.status()));
}
this.webSocket = new WebSocket(this.connection.tcpSocket, this.connection.dataReader, this.connection.tcpSocket.outputStream(), this.webSocketOptions, true);
}
return this.webSocket;
}
返回:Unexpected response status: 200
Metadata
Metadata
Assignees
Labels
No labels