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
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
I tried to run the sample server and client. I connectied the client with local feedback (127.0.0.1) by the default port 1055.
I entered on the client "aaaaaaaaa" - that was transferred well.
I entered "bbbbbbbbb" - that was also transferred
I immediately entered "ccccccccc" - was transmitted but not received by the Server
All following input is not transferred. After a "r" (reconnect) the client claims not to be connected anymore.
Note: I updated to the newest Version of Rx (2.2.5)
The text was updated successfully, but these errors were encountered:
I seem to be having a similar issue. If data comes in too fast (which it does when using the loop back address), the connection either drops or the wrong data is returned. I'm trying to figure out what is going wrong. Also, it appears the tracing code doesn't work out of the box.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to run the sample server and client. I connectied the client with local feedback (127.0.0.1) by the default port 1055.
I entered on the client "aaaaaaaaa" - that was transferred well.
I entered "bbbbbbbbb" - that was also transferred
I immediately entered "ccccccccc" - was transmitted but not received by the Server
All following input is not transferred. After a "r" (reconnect) the client claims not to be connected anymore.
Note: I updated to the newest Version of Rx (2.2.5)
The text was updated successfully, but these errors were encountered: