wslink
wslink copied to clipboard
Python/JavaScript library for communicating over WebSocket
We need to publish a conda-forge feedstock for `wslink` to ensure compatibility with the VTK conda-forge feedstock for trame. Ref https://github.com/conda-forge/vtk-feedstock/pull/258#issuecomment-1284572785 I will jump on this. Once I create the...
- Use msgpack for serialization of the messages between server and client - slightly reduced message size - binary values can directly be in the object serialized/deserialized (no need to...
**Is your feature request related to a problem? Please describe.** It's not clear what the design of wslink is currently. design.md was written in 2017, and seems to contain several...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.1.5. Changelog Sourced from vite's changelog. 4.1.5 (2023-05-26) fix: fs.deny with leading double slash (#13348) (7b61464), closes #13348 Commits b1b3beb release: v4.1.5 7b61464 fix: fs.deny...
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [semantic-release](https://github.com/semantic-release/semantic-release), [@semantic-release/git](https://github.com/semantic-release/git) and [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig). These dependencies need to be updated together. Removes `yaml` Updates `semantic-release` from 17.4.2 to 21.0.1...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
A clear and concise description of what the problem was and how this pull request solves it. fix #ISSUE_NUMBER
**Describe the bug** When using asynchronous RPC methods in wslink, requests are processed sequentially, even though the RPC methods are defined as async. This blocks concurrent handling of WebSocket messages,...