Rob Harvey
Rob Harvey
Re: recent comments, it looks like you're using the default record mode of "once" here, rather than "none" for circleci/test runners? I think that could explain why it is failing...
As @Solanar said, this is related to the start method. A very simple workaround is to include this in startup (windows or OS X, but should be a no-op in...
SSE spec lets you do what you want with `pre`. Just append `data: ` to each line: Produces:
I just ran into this, and indeed the issue number was off by the number of non-imported issues. I sort of wonder if the issue number is simply an incrementing...
@GrimalDev check the EventStream messages in Chrome's network tab for the SSE call. Two things: you probably need a tiny sleep after the close message to ensure it is actually...
@GrimalDev I'm sorry, I should have looked a little closer at your import. The close function missed version 2.0.0, apparently. Try https://unpkg.com/[email protected]/sse.js
Gotcha! I'll update the ticket