You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Drop MessageQueue trait and rename DefaultMessageQueue
We previously introduced the `MessageQueue` trait in order to be able to
move the `APeerManager` dependency to a single (optional) place. As we
now got rid of the type dependency, we may as well drop this
intermediary step again, as there is likely no immediate benefit in
allowing users to implement their own custom message queues. However,
removing the type parameter further cleans up our types and reduces
overall complexity.
0 commit comments