Emil Haldrup Eriksen
Emil Haldrup Eriksen
Please test with the `2.0.0` release.
Not with the current implementaion - it simply relays the messages. It sounds like you need queuing and/or buffering of the data.
The web socket component itself has been kept simple, with focus on the basic websocket API. Due to the way Dash works, this design choice results in some shortcomings -...
I think this is a good idea. I am wondering if there is a use case for attaching to the document rather than window at all? Otherwise, we could change...
@joebeeson The code looks good. I am a bit unsure if this is the right path to follow though. Is there any reason not just to define a new model...
@sssaha Can you post a MWE, i.e. a minimal (runnable) example demonstrating the issue?
The `ServersideOutput` has the _option_ to use memoizaton. The `Serverside` object doesn't have that (at least not yet). I am considering adding it for feature parity, but I haven't gotten...
I have added support in the latest 1.0.11 release. Could you test if it works as intended?
Do you have an MWE demonstrating the issue? While I can understand the conceptual issue, an MWE would ensure that my proposed solution actually works. So far, I haven't been...
Could you add a few tests to illustrate the concept? And possible an example app or two? :)