Skip to content

is this opening a new TCP connection for each message logged? #8

@lafar6502

Description

@lafar6502

Looks like a new connection is created and destroyed for each message sent. Isn't this inefficient? After all, javascript is single-threaded, you could just stream the messages with one open connection and there are no race conditions/concuttrency problems to solve.

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