Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Refactored stream parsing #4
Conversation
|
@Roach Thanks. |
The end-of-chunk detection was very flaky, so I implemented a way of passing the chunks to an array, then dumping the joined array to the data object. I've been running this patch for over a year, and I haven't lost a single streaming event. Prior to this, I was missing ~20% of emitted events.