easyrpc icon indicating copy to clipboard operation
easyrpc copied to clipboard

An easy to use rpc framework for enabling fast inter-process, inter-container, or inter-host communication

Results 2 easyrpc issues
Sort by recently updated
recently updated
newest added

## Description Found in easyjobs, data of only type int sent between RPC endpoints fails with the following exception: ``` Traceback (most recent call last): File "/home/tso/Documents/python/easyjobs/jobs-env/lib/python3.8/site-packages/easyrpc/server.py", line 491, in...

Hello @codemation , In easyauth, a [gunicorn server is launched](https://github.com/codemation/easyauth/blob/main/easyauth/server.py#L249) and some other code here in easyrpc "wait" for it. But in case of failing (one of KNOWN_EXCEPTIONS) I do...