ic-websocket-poc
ic-websocket-poc copied to clipboard
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 0.37.25. Release notes Sourced from rustix's releases. 0.37.20 Fix decoding of abstract unix sockets (#661) Fix the fstat/statat/etc. fallback when statx fails with EPERM. (#666)...
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 0.37.25. Release notes Sourced from rustix's releases. 0.37.20 Fix decoding of abstract unix sockets (#661) Fix the fstat/statat/etc. fallback when statx fails with EPERM. (#666)...
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I am trying to make a call like this ```js import websocketConnection from "./websocketConnection"; let backend_canister_id = "su63m-yyaaa-aaaaa-aaala-cai"; let gateway_address = "ws://127.0.0.1:8080"; let url = "http://127.0.0.1:4943"; let local_test = true;...