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 have a server running with trio and pynng. It would normally be using Rep0 and expecting to communicate with Req0.
However, some of my clients are unable to run pynng. I am wondering if it is possible (without a lot of extra work) for them to send the necessary info over to the server and get a response.
I'd guess that this is not possible. Do you have any other suggestions for how to achieve this sort of communication? Some of the clients are, unfortunately, still in Python 2 for a bit longer.
The text was updated successfully, but these errors were encountered:
If you're feeling rather bold and ambitious, a pure-Python solution is possible; I outlined a hacky version in an answer on Stack Overflow. To do it right would require quite a bit of work in pure Python, but sometimes hacks are good enough.
If you can get nanomsg-python to work though that's what I would go with.
I have a server running with trio and pynng. It would normally be using Rep0 and expecting to communicate with Req0.
However, some of my clients are unable to run pynng. I am wondering if it is possible (without a lot of extra work) for them to send the necessary info over to the server and get a response.
I'd guess that this is not possible. Do you have any other suggestions for how to achieve this sort of communication? Some of the clients are, unfortunately, still in Python 2 for a bit longer.
The text was updated successfully, but these errors were encountered: