hypha-rpc 0.20.54 → 0.20.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hypha-rpc-websocket.js +1 -0
- package/dist/hypha-rpc-websocket.js.map +1 -1
- package/dist/hypha-rpc-websocket.min.js +1 -1
- package/dist/hypha-rpc-websocket.min.js.map +1 -1
- package/dist/hypha-rpc-websocket.min.mjs +1 -1
- package/dist/hypha-rpc-websocket.min.mjs.map +1 -1
- package/dist/hypha-rpc-websocket.mjs +1 -0
- package/dist/hypha-rpc-websocket.mjs.map +1 -1
- package/package.json +1 -1
- package/src/webrtc-client.js +1 -0
- package/.pytest_cache/README.md +0 -8
- package/report.html +0 -39
|
@@ -2739,6 +2739,7 @@ async function _setupRPC(config) {
|
|
|
2739
2739
|
const connection = new WebRTCConnection(channel);
|
|
2740
2740
|
config.context = config.context || {};
|
|
2741
2741
|
config.context.connection_type = "webrtc";
|
|
2742
|
+
config.context.ws = config.workspace;
|
|
2742
2743
|
const rpc = new _rpc_js__WEBPACK_IMPORTED_MODULE_0__.RPC(connection, {
|
|
2743
2744
|
client_id: clientId,
|
|
2744
2745
|
default_context: config.context,
|