Skip to content

crash trying to instantiate PublicationServer #93

@jeffgilbert

Description

@jeffgilbert

In my app, when I try to instantiate a PublicationServer, e.g.

let publicationServer = PublicationServer()

I get a crash while the initializer is trying to addSpecialResourcesHandlers for fonts. Deep inside, it fails in GCDWebServer at addHandlerWithMatchBlock from

GWS_DCHECK(_options == nil);

_options is

{
    BindToLocalhost = 1;
    Port = 61541;
}

Is there anything I need to do, or include in the app to create the publication server?

Thanks,
Jeff

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