In some kinds of protocols (for example, relay networks) it may make sense for both sides of the transmission to be capable of sending to the other side. However, in our library it is only possible for one side to send to the other at any given time.
We either need a new session type that allows both sides to send a message at the same time, or a rethink of the design to perhaps anticipate two channels.
In some kinds of protocols (for example, relay networks) it may make sense for both sides of the transmission to be capable of sending to the other side. However, in our library it is only possible for one side to send to the other at any given time.
We either need a new session type that allows both sides to send a message at the same time, or a rethink of the design to perhaps anticipate two channels.