Merge branch 'release/2.2' of https://github.com/DHosseiny/SignalR into DHosseiny-release/2.2
This commit is contained in:
commit
46a3d7e342
|
|
@ -86,7 +86,7 @@ class WebSocketTransport implements Transport {
|
|||
return webSocketClient.stop().doOnEvent(t -> logger.info("WebSocket connection stopped."));
|
||||
}
|
||||
|
||||
void onClose(int code, String reason) {
|
||||
void onClose(Integer code, String reason) {
|
||||
logger.info("WebSocket connection stopping with " +
|
||||
"code {} and reason '{}'.", code, reason);
|
||||
if (code != 1000) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue