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

Function SubscribeErrors

internal/redisqueue/queue.go:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func SubscribeErrors() (<-chan []byte, func()) {
103 return errorGlobal.subscribe(errorSubscriberBuffer, nil)
104}
105
106func NotifyUsageRefresh() {
107 global.publishToSubscribers([]byte(usageRefreshPayload))

Calls 1

subscribeMethod · 0.80