Tom Jacques
Tom Jacques
It's not production ready yet. This particular feature is mostly implemented but lacks a test suite. There are also several other features that are in development for 0.3.0. I don't...
For now yes -- I'm working on fixing the outstanding bugs before continuing work on `0.3.0`, but hopefully `0.3.0` will be released soon.
If it's critical for you to have something ASAP, I can pull in the timeout component of `0.3.0` to `0.2.x`. What that will do is when a new tab is...
It's not that I don't like those options -- those are both great ideas I would love to have, but it will require changing the API signature. I'm trying to...
Hi @taf2 can you supply the minimal steps to reproduce?
Hi @fretje, I'm actually not certain anymore just looking at the code, but I believe it was done to get around a limitation with Task.Run's exception handling. I do recall...
There is not currently a recovery attempt. The idea is if you're on a device that can't actually talk between tabs (like a mobile device), it should fail fast in...
In `v0.3.0` there is a 10-minute timeout period on these, as well as treating the tab as a local-only master instance when it is not supported (so essentially an event...
Hi, did you create a console application to test? That code will deadlock on an ASP.NET or forms application with the default configuration settings unless the default settings have changed...
There's one other change I made, which is to **not** throw an error when `result.status === 'test error'` I did this by removing this if block: src/Job.js:111 ``` .js if...