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 use the signature void demand(long n); for demand in websocket, however we only ever use or have a usecase for demand(1). So we should remove the long field and just have a demand() interface.
The text was updated successfully, but these errors were encountered:
Enhancement Description
We use the signature
void demand(long n);
for demand in websocket, however we only ever use or have a usecase fordemand(1)
. So we should remove the long field and just have ademand()
interface.The text was updated successfully, but these errors were encountered: