libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
264 stars 75 forks source link

Add Host.getProtocols() and fix addProtocolHandler #299

Closed ianopolous closed 1 year ago

ianopolous commented 1 year ago

addProtocolHandler wasn't working because of a CopyOnWriteArrayList

Fix #296