Edward V. Emelianov
Edward V. Emelianov
I run it with O_THREADED: ``` static void *runWS(_U_ void *data){ ow = onion_new(O_THREADED); if(!(onion_flags(ow) & O_SSL_AVAILABLE)){ ONION_ERROR("SSL support is not available"); signals(1); } int error = onion_set_certificate(ow, O_SSL_CERTIFICATE_KEY, G.certfile,...
I have tried an websocket example from libonion. And it don't work too! As only I open one connection, I can't open another. What's the right way to work with...
I found a problem: websockets didn't work for several clients due to gentoo's ebuild of libonion. When I use onion from git, it works, but with segfaults when client transmit...
Hi, Georg! Thank you. I will make a link to your headers in readme. вс, 5 июл. 2020 г. в 20:07, Georg Icking-Konert : > Hello Edward, > > I...