vmagamedov / grpclib

Pure-Python gRPC implementation for asyncio
http://grpclib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
921 stars 93 forks source link

Custom loop for grpclib.testing.ChannelFor #186

Open BananaLoaf opened 4 months ago

BananaLoaf commented 4 months ago

Please add the ability to specify my own async loop value for Channel from grpclib.testing.ChannelFor

vmagamedov commented 4 months ago

loop argument (ability to specify own even loop) is deprecated in all APIs so I don't see reasons to add such ability to the ChannelFor.