mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-11 20:07:01 +00:00
1bb1f8f6b6
Due to #201, Websocket protocol is not added by default if the caller specifies a protocol for libp2p. In the case cli-chat. We were using both tcp and ws. As the web-chat already demonstrates usage of websocket protocol, we cli-chat to tcp only.