Closed pashagolub closed 2 months ago
var isSyncSignalHandleActive = false func HandleSyncSignals(recv *Receiver) { isSyncSignalHandleActive = true }
What is the purpose of isSyncSignalHandleActive?
isSyncSignalHandleActive
This was a part of the previous sync metric flow. Working on revamping this right now
can we mark this as stale?
What is the purpose of
isSyncSignalHandleActive
?