ProtocolsHandler
methods need to be implemented in helpers.
#1707
Labels
ProtocolsHandler
methods need to be implemented in helpers.
#1707
The
ProtocolsHandler
trait has several methods with default implementations, in particularinject_address_change
inject_listen_upgrade_error
It also has some helper functionality like
map_in
,map_out
orselect
. The traits impls from those do not implement these methods by forwarding the calls to their inner impls.ProtocolsHandler
types which have been mapped or selected, will thus miss those callback.The text was updated successfully, but these errors were encountered: