On Fri, Dec 21, 2018 at 3:26 PM steven winner <
steven...@gmail.com> wrote:
>
> Simone,
>
> Good timing for me to see a new release, since I'm moving our CometD service from one datacenter to another and have to make a few code changes anyways, so I'll let you know if anything comes up. However, I am seeing a problem in the main cometd.js script involving the workers.
>
> I am getting errors in the console (Chrome 71, MacOS) from a dynamically created "blob:"
>
> Uncaught SyntaxError: Unexpected token }
>
> I have traced that down to the web worker stuff in the _configure(configuration) function and the error goes away if you set the _config.useWorkerScheduler to false on cometd.js:1260. Looks like it's trying to strip the beginning function declaration, open brace and the trailing brace, but it's removing more than it's intending from what I can see from my initial debugging/logging... Might be because I'm minifying the source code and it isn't expecting or wasn't tested like that?
>