Skip to content

No error when port is already taken? #183

Description

@mnn
    my Cro::Service $service = Cro::HTTP::Server.new:
            :$host, :$port, :$application;
    $service.start;

doesn't throw when port is already occupied by other application. I didn't find any documentation for Server.start beyond very vague

Instances of Cro::HTTP::Server do the Cro::Service role, and as such have the start and stop methods.


cro:ver<0.8.9>:auth<zef:cro>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions