Pat Buxton
Pat Buxton
For info, I have managed to prevent disconnection by setting heartbeats to 60s, 60s (min time setInterval will be served by Chrome when tab is idle), but I had to...
I think to fix your problem, you can just use the async context manager, it calls the `aclose` ``` async def endpoint(request=False, source=''): async with RedisCluster( REDIS_CX[0], REDIS_CX[1], password=REDIS_PWD, decode_responses=decode_responses,...
A gist for some basic horizontal image combining using the new tooling, inspired by comments above. https://gist.github.com/rad-pat/c568fa4467f85f56beb0a53bf71d9ec1
We're bumping into this too.
Thanks for the quick fix!
@hkollmann, to reproduce, replace the line comments in the original example to a block comment ```javascript qx.Class.define("myapp.ui.myClass", { extend: qx.ui.core.Widget, /** * -------------------------------------------------------------------------- * [Constructor] * -------------------------------------------------------------------------- */ construct: function()...
It should be a warning, however the current output is somehow garbled and repeated and indication to the position of the problem in the source is currently not working: ```...
> Hi @rad-pat. I think this is amazing. Will take some time to review but I definitely will Thanks. Like I said, it is just a draft, hopefully mostly working,...
Some more updates/fixes added. Including: 1. If a subscription is made without an `id` header, the `subscription` should not be included on any MESSAGE (STOMP10) 2. If a subscription is...
@Peter-Slump, is it possible to review, merge and make a release with this in? Thanks