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
Currently net_plugin launches the connection monitor and keep alive timer on the main thread:
net_plugin
spring/plugins/net_plugin/net_plugin.cpp
Lines 4529 to 4530 in a5f0a7f
These can and should be started on the net_plugin thread pool.
The text was updated successfully, but these errors were encountered:
GH-817 No reason to use the main thread.
baadd64
Merge remote-tracking branch 'spring/GH-842-plugin-shutdown' into GH-817
aafb03d
-net-thread
Merge remote-tracking branch 'spring/GH-817-net-thread' into listen-t…
f250886
…hread
Merge branch 'GH-842-plugin-shutdown' into GH-817-net-thread
7e9fdc4
GH-817 Fix indentation
d2ecc02
Merge pull request #937 from AntelopeIO/GH-817-net-thread
2ea376d
P2P: Use net threads for connecting and timers
heifner
Successfully merging a pull request may close this issue.
Currently
net_plugin
launches the connection monitor and keep alive timer on the main thread:spring/plugins/net_plugin/net_plugin.cpp
Lines 4529 to 4530 in a5f0a7f
These can and should be started on the
net_plugin
thread pool.The text was updated successfully, but these errors were encountered: