We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it should be easy enough to do this:
https://stackoverflow.com/questions/48506460/python-simple-socket-client-server-using-asyncio
however, it might be possible to just provide our socket to: asyncio.open_connection
but the problem is the reader/writer that are returned won't have the interface we need to sending in Numpy arrays...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it should be easy enough to do this:
https://stackoverflow.com/questions/48506460/python-simple-socket-client-server-using-asyncio
however, it might be possible to just provide our socket to: asyncio.open_connection
but the problem is the reader/writer that are returned won't have the interface we need to sending in Numpy arrays...
The text was updated successfully, but these errors were encountered: