diff --git a/src/libs/actions/Session/index.js b/src/libs/actions/Session/index.js index bb58c7983ff9..a427adf730c5 100644 --- a/src/libs/actions/Session/index.js +++ b/src/libs/actions/Session/index.js @@ -508,6 +508,11 @@ function authenticatePusher(socketID, channelName, callback) { return; } + if (data.jsonCode !== 200) { + Log.hmmm('[PusherConnectionManager] Unable to authenticate Pusher for some reason other than expired session'); + return; + } + Log.info( '[PusherConnectionManager] Pusher authenticated successfully', false,