destrex271 / pgwatch3_rpc_server

RPC Server Implementation for pgwatch3
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

unused var in csv_receiver #16

Closed pashagolub closed 2 months ago

pashagolub commented 3 months ago
var isSyncSignalHandleActive = false

func HandleSyncSignals(recv *Receiver) {
    isSyncSignalHandleActive = true
}

What is the purpose of isSyncSignalHandleActive?

destrex271 commented 3 months ago

This was a part of the previous sync metric flow. Working on revamping this right now

destrex271 commented 2 months ago

can we mark this as stale?