Robert Mircea
Robert Mircea
All real SMSC that I've worked with implement a mechanism for receiving a certain number of pdus without blocking the ESME until the replies are sent. The outgoing send window...
All real SMSC that I've worked with have a rate limiting policy to prevent ESME to send submit_sm too fast. If the SMSC is detecting that ESME overpasses the allowed...
I would like to: * set NoDelay for client sockets * set the tcp connect() timeout (From my experiments it looks like `ConnectAsync()` timeout can be as high as 75...
How should I handle this internal exception which is thrown by `Client.ConnectAsync`? I received this exception while trying to connect to a host which was temporarily down and connection timed...
I am trying to perform the following scenario: - read entire payload - save the payload to disk in a temporary file - execute a command with temporary file name...
Is it possible to have hyphen separated keys in hocon configuration file loaded by Hocon.Extension.Configuration and map them to the idiomatic written PascalCase C# properties?
Please write a short documentation/readme on how to get started using LibuvSharp including: - cloning from Github (considering libuv is linked as a git submodule - git clone --recursive -...
I am interested in using this library for developing a high performance socket server on Linux. I've already tried using async sockets under mono but their performance is abysmal compared...
Would it be possible to introduce an async message handler for Subscribe method? I would like to be able to await inside message handler and properly handle exceptions thrown.