Commit 11f1243
fix(engine.io-client): pass query params to createUri in WebTransport
Fixes #5496 - WebTransport query params ignored
The WebTransport transport was calling createUri() without passing the
query parameters, unlike other transports (websocket, polling) which
properly include query params via their uri() methods.1 parent 190572d commit 11f1243
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments