Skip to content

Repeated calls to async_discover_hubs crashes #42

Description

@capelevy

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions