Joel Christner
Joel Christner
Could also use this. Cheers
I could really use this too. Multiple terminal tabs/windows to run multiple tunnels. Great enhancement :)
Or in an environment variable
Sorry to necro an old issue, but I put this together for someone that had the dreaded 1312 issue. TLDR, generate your CSR using OpenSSL, use that to get your...
Sorry to pester, is this a known issue? Am I perhaps doing something wrong? Cheers
Thanks @zsolt777 are you referring to too many messages after a connection has been established, or too many connection attempts? There are facilities to specify allowed IP addresses in ```Settings.PermittedIPs```...
I agree with @developervariety - the core function of the library is to ensure an easy way to communicate over TCP. I'll keep open as an enhancement request in case...
Hi @Niproblema the reason it blocks is because it queues a message to send to the server indicating that the socket is being shut down. I'll amend this to provide...
Please let me know if this resolves the issue. On the client side you can call ```Disconnect(false)``` and it will bypass queuing the disconnect message. NuGet: https://www.nuget.org/packages/WatsonTcp/4.8.14.9 Commit: https://github.com/jchristn/WatsonTcp/commit/f06e05142234a1b9bb27416997e525e1aee3d68b
Hi @Niproblema sorry for the delay. To make sure I understand the problem, are you implying that you want to: 1) Client sends a message with a very large stream...