File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ export class AuthenticatedSocketConnection {
62
62
} ) ;
63
63
64
64
ws . on ( "pong" , ( data ) => {
65
- logger . debug ( "[AuthenticatedSocketConnection] Received pong" , {
66
- id : this . id ,
67
- envId : this . authenticatedEnv . id ,
68
- data,
69
- } ) ;
65
+ // logger.debug("[AuthenticatedSocketConnection] Received pong", {
66
+ // id: this.id,
67
+ // envId: this.authenticatedEnv.id,
68
+ // data,
69
+ // });
70
70
} ) ;
71
71
72
72
this . _pingService = new HeartbeatService ( {
@@ -76,10 +76,10 @@ export class AuthenticatedSocketConnection {
76
76
return ;
77
77
}
78
78
79
- logger . debug ( "[AuthenticatedSocketConnection] Sending ping" , {
80
- id : this . id ,
81
- envId : this . authenticatedEnv . id ,
82
- } ) ;
79
+ // logger.debug("[AuthenticatedSocketConnection] Sending ping", {
80
+ // id: this.id,
81
+ // envId: this.authenticatedEnv.id,
82
+ // });
83
83
84
84
ws . ping ( ) ;
85
85
} ,
You can’t perform that action at this time.
0 commit comments