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
history_receiver.recv()
None
ServicesServer ignores it:
sable/sable_services/src/server/mod.rs
Lines 109 to 121 in 3c6bc2f
but HistoryServer breaks the loop:
sable/sable_history/src/server/mod.rs
Lines 68 to 75 in 3c6bc2f
HistoryServer is probably the correct one here, it looks like ServicesServer would enter an infinite loop when the associated sender is dropped
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ServicesServer ignores it:
sable/sable_services/src/server/mod.rs
Lines 109 to 121 in 3c6bc2f
but HistoryServer breaks the loop:
sable/sable_history/src/server/mod.rs
Lines 68 to 75 in 3c6bc2f
HistoryServer is probably the correct one here, it looks like ServicesServer would enter an infinite loop when the associated sender is dropped
The text was updated successfully, but these errors were encountered: