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 was playing a bit with this tool, since i needed it for some testing (mainly receiving messages). I also tried sending messages on a PUB socket and nothing was received on the other endpoint.
With a bit of debugging I noticed that the wrapped_input.readline() function does not read correctly. My use case is pretty simple, so i opted for good ol' input() and messages were sent correctly.
I do not know if it is due to shell encoding or python version or something else, so I'd be happy to discuss it further.
The text was updated successfully, but these errors were encountered:
I was playing a bit with this tool, since i needed it for some testing (mainly receiving messages). I also tried sending messages on a PUB socket and nothing was received on the other endpoint.
With a bit of debugging I noticed that the
wrapped_input.readline()
function does not read correctly. My use case is pretty simple, so i opted for good ol'input()
and messages were sent correctly.I do not know if it is due to shell encoding or python version or something else, so I'd be happy to discuss it further.
The text was updated successfully, but these errors were encountered: