Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommE2E/comm
/ stopPing
Method
stopPing
lib/socket/socket.react.js:748–753 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
746
}
747
748
stopPing() {
749
if
(this.pingTimeoutID) {
750
clearTimeout(this.pingTimeoutID);
751
this.pingTimeoutID = null;
752
}
753
}
754
755
resetPing() {
756
this.stopPing();
Callers
5
closeSocket
Method · 0.95
forceCloseSocket
Method · 0.95
finishClosingSocket
Method · 0.95
Socket
Class · 0.95
resetPing
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected