You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: