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
When trying to initialise a node object in Javascript, the pubSubTopic parameter isn't being used to configure the pubSubTopic. This appears to be a regression with the most recent release.
This is a bug report
Problem
When trying to initialise a node object in Javascript, the
pubSubTopic
parameter isn't being used to configure thepubSubTopic
. This appears to be a regression with the most recent release.Code example:
Then, when conducting a simple ping-pong test, the
nwaku
node that was inBOOTSTRAP_LIST
indicates:The actual behaviour that I expect is that the
pubsubTopic
should be set to/waku/2/dev-waku/proto
.Proposed Solutions
pubsubTopic
is respected.Notes
"@waku/sdk": "^0.0.16", "@waku/interfaces": "^0.0.15"
The text was updated successfully, but these errors were encountered: