js-waku
js-waku copied to clipboard
chore: use yamux instead of mplex
This is a change request
Proposed Solutions
Use yamux
here:
https://github.com/waku-org/js-waku/blob/c81872ae0e27331fc2c9249f310c3901cf06d5ce/packages/sdk/src/create.ts#L215
Notes
From the thread - https://github.com/waku-org/go-waku/pull/851#discussion_r1387565204
Addressed in js-waku here: #1894
Blocked until nwaku releases support for yamux: https://github.com/waku-org/nwaku/pull/2518
@danisharora099 seems to be unblocked by https://github.com/waku-org/nwaku/releases/tag/v0.27.0
Yes, the PR upgraded nwaku to 0.27 but dials seem to be failing. Will come back to this and investigate