MCPcopy Create free account
hub / github.com/CommE2E/comm / markSocketInitialized

Method markSocketInitialized

lib/socket/socket.react.js:210–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 markSocketInitialized() {
211 this.props.dispatch({
212 type: updateConnectionStatusActionType,
213 payload: { status: 'connected', keyserverID: this.props.keyserverID },
214 });
215 this.resetPing();
216 }
217
218 closeSocket(
219 // This param is a hack. When closing a socket there is a race between this

Callers 2

openSocketMethod · 0.95
sendInitialMessageMethod · 0.95

Calls 1

resetPingMethod · 0.95

Tested by

no test coverage detected