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
This code is too hard to understand and may contain bugs or memory leaks.
Another issue is that the interface doesn't allow backpressure — if the internal buffer gets filled, it still allows to send new queries, but immediately drops them and emits a corresponding event. Instead it should allow to block the sending side until the query may be sent.
The text was updated successfully, but these errors were encountered:
This code is too hard to understand and may contain bugs or memory leaks.
Another issue is that the interface doesn't allow backpressure — if the internal buffer gets filled, it still allows to send new queries, but immediately drops them and emits a corresponding event. Instead it should allow to block the sending side until the query may be sent.
The text was updated successfully, but these errors were encountered: