The current way of parsing the Peer Exchange's responses in libwaku always returned an error, even if the call was successful. It also ignored the number of peers received.
Fixed the handling of fetchPeerExchangePeers's response
Changes
[x] fixed the handling of fetchPeerExchangePeers's response in libwaku
Description
The current way of parsing the Peer Exchange's responses in libwaku always returned an error, even if the call was successful. It also ignored the number of peers received.
Fixed the handling of
fetchPeerExchangePeers
's responseChanges
fetchPeerExchangePeers
's response in libwakuIssue
3115