specifications for a refactor of message layer #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
now there seem to be quite a lot of components and places where we implement api's
we should make all openrpc based and well defined
the _server implements the openrpc endpoint
we serialize the openrpc in such a way we can send messages around
the lower network layer should be made more modular and low level
write clear specifications how this can be implemented so we can review if it makes sense