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
Use io.ReadWriteCloser instead of net.Conn as connection type (#14)
The connection of jsonrpc should not be limited to net.Conn, but it
can support other connection types (e.g. stdin/stdout) as long as it
implements io.ReadWriteCloser.
0 commit comments