oofaustoo

Results 3 comments of oofaustoo

I seem to be having a similar problem, did you ever find a resolution?

To answer my own question: IO.Options sockopts = new IO.Options(); sockopts.Reconnection = true; sockopts.ReconnectionAttempts = 10000; sockopts.ReconnectionDelay = 10000; sockopts.ReconnectionDelayMax = 10000; sockopts.Timeout = 500; sockopts.AutoConnect = true; socket =...

If you have a processor that is avx capable but does not have fp16c flags, you will need to disable avx in cflags for it to compile... I am using...