We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The reader thread spawned by GuestAgent is not closed on shutdown. Instead it panics after communications channels are closed.
Example solution: https://github.com/golemfactory/yagna/blob/d6015a7051361f283b1442dcb9679ab2ab200f26/exe-unit/runtime-api/src/server/client.rs#L184 See also: https://docs.rs/futures/0.3.5/futures/future/struct.Abortable.html tokio-rs/tokio#1830
The text was updated successfully, but these errors were encountered:
reader
boryspoplawski
Successfully merging a pull request may close this issue.
The reader thread spawned by GuestAgent is not closed on shutdown. Instead it panics after communications channels are closed.
Example solution: https://github.com/golemfactory/yagna/blob/d6015a7051361f283b1442dcb9679ab2ab200f26/exe-unit/runtime-api/src/server/client.rs#L184
See also: https://docs.rs/futures/0.3.5/futures/future/struct.Abortable.html
tokio-rs/tokio#1830
The text was updated successfully, but these errors were encountered: