Skip to content

VncServer::start() panics if bind() fails #5

Description

@jgallagher

@rcgoodfellow ran into this and the debug logs were a little confusing because multiple sockets were in play simultaneously, but had multiple processes trying to start VNC servers on the same port simultaneously, causing bind() with "address already in use". Could VncServer::start() return an io::Result<()> to bubble up errors, or perhaps even an io::Result<SomeHandle> to allow shutdown via the returned handle?

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions