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
The current websockets expose a bidirectional channel that is not needed (since there is nothing listening on the other end).
I propose we change this to a read-only channel return <- chan and expose this to the user -- this has the added benefit of making the API harder to misuse
The text was updated successfully, but these errors were encountered:
The current websockets expose a bidirectional channel that is not needed (since there is nothing listening on the other end).
I propose we change this to a read-only channel
return <- chan
and expose this to the user -- this has the added benefit of making the API harder to misuseThe text was updated successfully, but these errors were encountered: