Powerfull code.
You have in your roadmap the bidirectional support.
-- x --
I work in an simple server that resolve transactions and route message between different peers in bidirectional mode.
You can imagine, the lots concerns and pitfalls when using tcpsockets, channels, goroutines and so on.
It's like many services with an central coordinator.
--- x ---
I can assign an port to each service, and set it's to server-RPC, and an client-RPC to Server-resolver.
Finally, the Server-resolver it's an client-RPC of all services.
Please, your comments.
Thank's.
JM
Powerfull code.
You have in your roadmap the bidirectional support.
-- x --
I work in an simple server that resolve transactions and route message between different peers in bidirectional mode.
You can imagine, the lots concerns and pitfalls when using tcpsockets, channels, goroutines and so on.
It's like many services with an central coordinator.
--- x ---
I can assign an port to each service, and set it's to server-RPC, and an client-RPC to Server-resolver.
Finally, the Server-resolver it's an client-RPC of all services.
Please, your comments.
Thank's.
JM