-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi!
First of all - great approach and very helpful project! Unfortunately, trying to remove a subscription I run into the following error:
netaudio subscription remove --rx-channel-name=CH01 --rx-device-name=Monitor
RuntimeError
coroutine raised StopIteration
at /usr/lib/python3.11/asyncio/base_events.py:653 in run_until_complete
649│ future.remove_done_callback(_run_until_complete_cb)
650│ if not future.done():
651│ raise RuntimeError('Event loop stopped before Future completed.')
652│
→ 653│ return future.result()
654│
655│ def stop(self):
656│
657│
Is it me doing it wrong? Not sure if it makes a difference, but it's a Multicast subscription.
Metadata
Metadata
Assignees
Labels
No labels