File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 // loadScript('test/scripts/happy-path.js');
3030 // loadScript('test/scripts/duplicate-channel-connection.js');
3131 // loadScript('test/scripts/send-message.js');
32- loadScript ( 'test/scripts/token-becoming-invalid.js' ) ;
32+ // loadScript('test/scripts/token-becoming-invalid.js');
3333 // loadScript('test/scripts/401.js');
3434 // loadScript('test/scripts/custom-logger.js');
3535 // loadScript('test/scripts/connect-with-retry.js');
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ export class Client extends EventEmitter {
261261 if ( this . autoReconnect ) {
262262 return this . connect ( { keepTryingOnFailure : true } )
263263 . catch ( error => {
264- this . logger . error ( 'Failed autoReconnect ' , {
264+ this . logger . error ( 'Failed to auto reconnect ' , {
265265 keepTryingOnFailure : true ,
266266 stanzaInstanceId : disconnectedInstance . id ,
267267 channelId : disconnectedInstance . channelId
You can’t perform that action at this time.
0 commit comments