Tomer, any help is appreciated. Surprised this project didn't take off, but I suppose I only happened to bump into it because I've used construct and rpyc quite a bit.
> btw, are you using multiple threads sharing the same connection
We do have multiple threads, but access to the underlying connection is protected in critical sections. I'm assuming you're implying that concurrent access to the connection via multiple threads is a problem. In other words, there isn't an issue if different threads access the connection serially, right?
Yeah, the Python side is still up. I basically package up the service and expose it through an API that my end users are using to develop test scripts. I haven't yet been able to recreate the issue in my environment yet, but I'm working on it (with the debug information enabled you suggested).