Skip to content

Make multiple connections possible #43

@mjohlke

Description

@mjohlke

As of now and if I am not mistaken this package can only handle one connection at a time. If I understood the code correctly this is due to the http.Client being a static variable => you can have one instance only when it is static.

May a solution be to transform the static type and functions to class-types ans class-functions so that we can have multiple instances of SSEClient each of which handling one connection?

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