MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / markSubscriptionTimeout

Method markSubscriptionTimeout

internal/home/client.go:500–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498}
499
500func (c *Client) markSubscriptionTimeout() {
501 switched, addr := c.failoverAfterSubscriptionTimeout()
502 if switched {
503 log.Warnf("home subscription heartbeat timeout; switching to %s", addr)
504 }
505}
506
507func (c *Client) resetReconnectFailures() {
508 if c == nil {

Callers 1

StartConfigSubscriberMethod · 0.95

Tested by

no test coverage detected