Rolf Kristensen

Results 263 comments of Rolf Kristensen

Are you missing something here: ``` host="host" port="port" ``` Have you tried to open a PowerShell-prompt an run this command to check if host and port can be accessed: `Test-NetConnection...

I have created a modified version of the package with support for `SocketOptionName.KeepAlive` and use of `BufferedStream`. Both are said to help against "connection was aborted"-issues. [NLog.Targets.Fluentd.1.0.6.nupkg.zip](https://github.com/fluent/NLog.Targets.Fluentd/files/1821903/NLog.Targets.Fluentd.1.0.6.nupkg.zip) (Remove zip-extension after...

Sounds like Control.Invoke becomes a throttle, where the writing waits for the GUI to keep up: - Control.Invoke: Executes on the UI thread, but calling thread waits for completion before...