cyanaryan
cyanaryan
Hi @brohitbrose I tried this above solution. Actually, during some investigation, I find out that the problem is something else. ``` this.demoDownlink = host .downlinkValue() .nodeUri('/org/demo_node_uri/org') .laneUri('demo_lane_uri') .didSet((value) => {...
Hi @brohitbrose We are using ` "@swim/core": "4.0.0-dev.20210927.2",` I tried to switch to version ` "@swim/core": "4.0.0-dev.20230923",` But there are lots of imports error. I think there was major change...
@brohitbrose host uri value --> wss://demo-uri.labs.cloud/wss/
@brohitbrose So how should the hostUri look like? Shall we have to remove the slash at the end of the `wss/` Can I make it like `wss://demo-uri.labs.cloud/wss/com`?
Hi @brohitbrose I have started migrating to the latest version `4.0.0-dev.20230923` (previously using `4.0.0-dev.20210927.2`). I have few questions. regarding that. 1. Is this the latest version, if yes then why...
@ajay-gov Okay, I'll go one by one. ``` import { GeoLayerController, GeoView, **GeoViewContext**, **GeoLayerView**, GeoRasterView, **GeoLineView**, GeoTreeView } from '@swim/maps'; import { GeoPoint } from '@swim/core'; import { Color, ControllerView,...
Sure @ajay-gov . Please let me know once done. Thank you.
@ajay-gov Any update regarding the working example?
Hi @ajay-gov We are getting memory leak due to several downlinks being open. If possible, could you please update us about the documentation.
Hi @ajay-gov / @brohitbrose We got the patched version file (got the swim-runtime zip file). In the mail response, it's mentioned that we need to update swim-core and swim-host in...