Merge branch 'release/2.2' of https://github.com/DHosseiny/SignalR into DHosseiny-release/2.2

This commit is contained in:
BrennanConroy 2018-10-30 15:43:10 -07:00
commit 46a3d7e342
1 changed files with 1 additions and 1 deletions

View File

@ -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) {