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
PR #14 introduced a fix for race-condition handling. However, the handling might not be fool-proof i.e.,we are spawning a go routine for every client in the Watch*() APIs.
Need to understand the best way of handling the channels.
The text was updated successfully, but these errors were encountered:
PR #14 introduced a fix for race-condition handling. However, the handling might not be fool-proof i.e.,we are spawning a go routine for every client in the Watch*() APIs.
Need to understand the best way of handling the channels.
The text was updated successfully, but these errors were encountered: