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
Hi! I wanted to talk RPC over stdio, but there was no transport for it so i thought i'd make one. I took ownership of stdin and stdout of my child process but i was unable to write because i would require a mutable reference to self in the implementation of Transport
Am i missing something? Is there another way? Thanks.
The text was updated successfully, but these errors were encountered:
Hi! I wanted to talk RPC over stdio, but there was no transport for it so i thought i'd make one. I took ownership of stdin and stdout of my child process but i was unable to write because i would require a mutable reference to self in the implementation of
Transport
Am i missing something? Is there another way? Thanks.
The text was updated successfully, but these errors were encountered: