File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,7 +355,9 @@ export class WebSocketTransport<
355355 // to determine minimum TTL of an open connection given no explicit connection errors.
356356 if ( connectionUnresponsive ) {
357357 this . streamHandlerInvocationsWithNoConnection += 1
358- logger . trace ( `The connection is unresponsive, incremented streamHandlerIterationsWithNoConnection = ${ this . streamHandlerInvocationsWithNoConnection } ` )
358+ logger . trace (
359+ `The connection is unresponsive, incremented streamHandlerIterationsWithNoConnection = ${ this . streamHandlerInvocationsWithNoConnection } ` ,
360+ )
359361 }
360362
361363 // We want to check if the URL we calculate is different from the one currently connected.
@@ -464,7 +466,7 @@ export class WebSocketTransport<
464466
465467 async determineUrlChange (
466468 context : EndpointContext < T > ,
467- subscriptions : SubscriptionDeltas < TypeFromDefinition < T [ " Parameters" ] > >
469+ subscriptions : SubscriptionDeltas < TypeFromDefinition < T [ ' Parameters' ] > > ,
468470 ) : Promise < { urlChanged : boolean ; url : string } > {
469471 const url = await this . config . url ( context , subscriptions . desired )
470472 const urlChanged = this . currentUrl !== url
You can’t perform that action at this time.
0 commit comments