ic-websocket-poc icon indicating copy to clipboard operation
ic-websocket-poc copied to clipboard

Results 4 ic-websocket-poc issues
Sort by recently updated
recently updated
newest added

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)...

dependencies

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)...

dependencies

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpki&package-manager=cargo&previous-version=0.22.0&new-version=0.22.2)](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...

dependencies

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;...