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
feat: Make it easier to use existing connections with irpc. (#79)
E.g. to use connections out of a connection pool without having to build
a irpc client pool.
- rename the lazy, reconnecting connections to ...Lazy...
- introduce IrohRemoteConnection to just wrap an iroh connection
- implement RemoteConnection directly for quinn::Connection
0 commit comments