Skip to content

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

@jgallagher

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?

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