Doing:
print("First")
hubs = await nobo.async_discover_hubs()
print("Second")
hubs = await nobo.async_discover_hubs()
results in an OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
Doing:
results in an
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.