First cleanup/remove of option.to_dict#43
Conversation
Add option.merge_type_list Use Count(n) instead of Once in ActiveState Add handling of tcp_error, ssl_error, tcp_passive and ssl_passive
|
In testing this locally, the active mode changes are pretty significantly worse for performance. A simple "hello, world" server saw the performance drop from ~300k RPS to ~250k RPS. This was repeatable. Restoring the |
|
I will revert to Update: Ok, I get it, in case the user provides a user selector with handlers that overrides the "base" selector. |
|
In the handler: case msg {
....
Internal(Closed) | Internal(Close) ->from where do |
As far as I know, mist uses |
|
Oh, |
|
I have made it possible to set ActiveState for the TCP server to |
|
I will try to play around tomorrow and let you know if I figure something out on |
|
Quoting my discord message:
|
|
Thanks for the investigation! I will check the Update: the I will set the PR "Ready for review". |
vshakitskiy
left a comment
There was a problem hiding this comment.
Looks good to me, great job!
|
Thank you! |
Add option.merge_type_list
Use Count(n) instead of Once in ActiveState
Add handling of tcp_error, ssl_error, tcp_passive and ssl_passive