MCPcopy Index your code
hub / github.com/koding/kite / reconnect

Method reconnect

client.go:417–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415}
416
417func (c *Client) reconnect() bool {
418 c.muReconnect.Lock()
419 defer c.muReconnect.Unlock()
420
421 return c.Reconnect
422}
423
424// readLoop reads a message from websocket and processes it.
425func (c *Client) readLoop() error {

Callers 2

dialForeverMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected