-
While trying to use the `rpyc.classic.deliver` function, I see the following crash due to (apparently) the `rpyc.lib.compat` library being missing on the remote connection:
```
File "/usr/local/…
-
## *What* is affected by this bug?
Any remote modules (using rpyc as normal for Qudi) that need to "hear" signals from a module running on a separate computer.
Up until now remote modules have …
-
Hi,
I want to use RPyC to access properties of a class from the remote host, but when I try to get it work only the getter is working correctly and the setter not. Here the details:
##### Serve…
-
```
Traceback (most recent call last):
File "", line 15, in decompile_game
File "", line 7, in decompile_rpyc
File "", line 2, in read_ast_from_file
File "", line 59, in pickle_safe_loads…
-
When calling getattr with a non-existing attribute on a netref object, the server prints an exception message.
We're using copy.deepcopy() on remote obejcts to improve speed when iterating over a net…
-
Can't run rpyc zerodeploy with basic service I define.
All the [examples](https://rpyc.readthedocs.io/en/latest/docs/zerodeploy.html#usage) I found for `zerodeploy uses conn = server.classic_connect(…
-
```
-----------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in ()
----> 1 a < b
/usr/local/lib/python2.7…
-
Hello,
I have a function `A()` on the RPYC server.
This function `A()` returns a list of dictionaries to the RPYC client.
When I get the result of `A()` from RPYC client, all results are got …
-
Hello @zardus,
do you have any idea on how to enable idalink, or more specific rpyc to talk to ida again after angr hits py3k? We're having a complete self developed idarpc service with which we g…
-
### Version
Development
### What is affected by the bug?
Reloading or deactivating of a remote (hardware) module on the client side results in errors.
This means remote (hardware) modules cannot b…