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
Summary:
Pull Request resolved: #412
This diff does some refactor of the connection helper:
1) Add a `ActorConnection` wrapper which to model the connection which, similar
to `TcpStream` can be split into owned read and write halves.
2) Make the `AsyncRead`/`AsyncWrite`s that represent the connection have a
`.peer()` method to return the `ActorId` of the other side.
Reviewed By: shayne-fletcher, mariusae
Differential Revision: D77596371
fbshipit-source-id: 96aa5d5ea271d0dc14d7b1f52f6eb818e06b6459
0 commit comments