python-betterproto
python-betterproto copied to clipboard
Fix `_stream_unary` not working with empty iterables
-
_stream_unary
now sends request first, so even if iterable is empty, the request is sent - Added tests to check if
stream_unary
andstream_stream
methods work with empty iterables - Fixed
do_many_thing
method inThingService
usingfor
instead ofasync for
onStream
Closes #421