Topic: C# Wrapper - Set non-blocking I/O
Greetings,
I'm trying to use the c# wrapper to build a little client for a game using DTLS. The only problems is that I need to have a non-blocking setup, since it's mandatory for the application. I know there is the wolfSSL_set_using_nonblock function in the native library, but I can't find any similiar one inside the c# wrapper.
Then, the question is:
Is there any way to set non-blocking I/O in c#?
Thanks!