Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep TCP session open #4

Open
cocowalla opened this issue Jul 3, 2017 · 1 comment
Open

Keep TCP session open #4

cocowalla opened this issue Jul 3, 2017 · 1 comment

Comments

@cocowalla
Copy link

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.

@vermeeca
Copy link
Owner

Thanks, and good suggestion. No reason I can see not to do this. I'll go ahead and slap an up-for-grabs label on this one if you (or anyone else) wants to do it before I get the chance to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants