I am currently using your repository for my PhD. I would like to know: how to send a Chan from a server to a Client such that they both connect to this new session_channel()? I have a recursive error which requests either a send when I have a recv or a recv when I have a send.
Hello,
I am currently using your repository for my PhD. I would like to know: how to send a
Chan
from a server to a Client such that they both connect to this newsession_channel()
? I have a recursive error which requests either asend
when I have arecv
or arecv
when I have asend
.Thank you in advance.