You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to log the total number of clients watching the query
log this during every new watch and unwatch
When I did this with regular fmt.Println and randomly tried to watch and unwatch the same key using CLI, but the number of clients in map did not match the active clients. This implies there is some leaked obj reference that is not getting cleaned up during unwatch.
The text was updated successfully, but these errors were encountered:
@arpitbbhayani If you are talking about tcpSubscriptionMap , no. of clients are same as active clients watching the query for me. Maybe I am wrong, can you clarify a bit more?
When I did this with regular fmt.Println and randomly tried to watch and unwatch the same key using CLI, but the number of clients in
map
did not match the active clients. This implies there is some leaked obj reference that is not getting cleaned up duringunwatch
.The text was updated successfully, but these errors were encountered: