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.
@@ -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,