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
I want to be able to PUSH only a limited number of packets to avoid losing them if the PULL side crashes. Is this possible or planned? Looking at the code I see that go's io.ReadWriteCloser is used underneath so it seems no message level limiting is possible.
The text was updated successfully, but these errors were encountered:
Since I need it soon, I'd like to take a stab at implementing this. Any general clues about the implementation design to save me time investigating would be highly appreciated.
I want to be able to PUSH only a limited number of packets to avoid losing them if the PULL side crashes. Is this possible or planned? Looking at the code I see that go's
io.ReadWriteCloser
is used underneath so it seems no message level limiting is possible.The text was updated successfully, but these errors were encountered: