remote-trait-object icon indicating copy to clipboard operation
remote-trait-object copied to clipboard

A simple and powerful Rust remote method invocation library based on trait objects

Results 13 remote-trait-object issues
Sort by recently updated
recently updated
newest added

https://github.com/CodeChain-io/remote-trait-object/blob/7ac07c741059ae583a05143a62cd6b07898e1c0b/remote-trait-object/src/context.rs#L63 Currently, it fails to drop the context when the port is still held by others. But, there is no way to guarantee whether all other holders released before the...

question

`remote-trait-object` is responsible only for one single port-port pair. Having multiple rto contexts in a single _module_ (which is not on the layer that rto cares) is something that upper...