[feature] add messaging layer for upstream API
Abstracts away the exact wire format and client/server details, while changing the RPC side to work over ROUTER/DEALER sockets, as to avoid the lost messages issues we've been having with PUB/SUB for RPC.
Showing
nrm/messaging.py
0 → 100644
test/test_messaging.py
0 → 100644
Please register or sign in to comment