NumpySocket
NumpySocket copied to clipboard
add async example
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...