NumpySocket icon indicating copy to clipboard operation
NumpySocket copied to clipboard

add async example

Open sabjorn opened this issue 1 year ago • 0 comments

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...

sabjorn avatar Oct 19 '23 18:10 sabjorn