MCPcopy
hub / github.com/cloudflare/cloudflared / SendReconnect

Method SendReconnect

connection/observer.go:89–91  ·  view source on GitHub ↗
(connIndex uint8)

Source from the content-addressed store, hash-verified

87}
88
89func (o *Observer) SendReconnect(connIndex uint8) {
90 o.sendEvent(Event{Index: connIndex, EventType: Reconnecting})
91}
92
93func (o *Observer) sendUnregisteringEvent(connIndex uint8) {
94 o.sendEvent(Event{Index: connIndex, EventType: Unregistering})

Callers 1

ServeMethod · 0.80

Calls 1

sendEventMethod · 0.95

Tested by

no test coverage detected