python-trio / purerpc

Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio
Apache License 2.0
217 stars 15 forks source link

AttributeError: module 'socket' has no attribute 'SO_REUSEPORT' #22

Open decaun opened 4 years ago

decaun commented 4 years ago

Windows networking does not have such option for networking. Server does not start.

banana-string-theory commented 4 years ago

And for clients, same holds for TCP_KEEPINTVL and TCP_KEEPCNT.

standy66 commented 4 years ago

This should probably be fixed in 0.6.0, can you test it out?

banana-string-theory commented 4 years ago

grpc_socket.py looks good but I don't have a win box to test. Will try docker-wine when I get a chance.