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
Since has shown in #7, we need to drain the buffer to do not block the A operation when full.
We should permit user to select another implementation to overcome this limitation.
This can maybe done with a new goroutine which read and backup data from the pipe.
The text was updated successfully, but these errors were encountered:
Since has shown in #7, we need to drain the buffer to do not block the A operation when full.
We should permit user to select another implementation to overcome this limitation.
This can maybe done with a new
goroutine
which read and backup data from the pipe.The text was updated successfully, but these errors were encountered: