Isaac Zinda
Isaac Zinda
I believe that libevent has a dependency on OpenSSL (found this [here]( https://github.com/libevent/libevent/blob/master/CMakeLists.txt#L814)). However, this isn't documented anywhere on the README and the lack of specifics here created a problem...
The following code, which could have easily been written by mistake, creates an arbitrary number of spans which are never ended and take up enormous amount of memory. Python OpenTracing...
I've scoured the docs and haven't found a way to terminate a single connection between a ws Rust server and a client. I'm trying to do this from the server-side....