python-betterproto
python-betterproto copied to clipboard
Fix `_stream_unary` not working with empty iterables
-
_stream_unarynow sends request first, so even if iterable is empty, the request is sent - Added tests to check if
stream_unaryandstream_streammethods work with empty iterables - Fixed
do_many_thingmethod inThingServiceusingforinstead ofasync foronStream
Closes #421