Skip to content

Keep TCP session open #4

@cocowalla

Description

@cocowalla

Currently a new TCP session is being opened for every message that is sent, which is really inefficient - the overhead of initiating and tearing down the connection likely exceeds that of sending the single TCP frame :)

Instead, a session should be opened only once, similar to how the original NLog sink handles it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions