TheSandDoctor

Results 22 comments of TheSandDoctor

@mutantmonkey Have you had a chance to work on it so far?

I've fixed the issues by the looks of things but I am running a test for the next few hours just streaming the RC feed to see if the problem...

@pi3ch I am breathing some life back into resolving issues folks have flagged here. This library should now have what you flagged fixed but you'd have to install from GitHub...

@xqt you could be right but this project is still publicly available and I want to leave it in a less broken state at a minimum. I've already accomplished that...

@rupert-madden-abbott I am so sorry for the delay in response. This repo had fallen through the cracks but I want to rectify that. I've merged #37 so that should help...

The complicating factor of this is the fact that users of SSEClient usually _want_ to keep retrying on disconnect to account for blips. I guess what could be added would...

Redirects are already implicitly handled, but we can improve upon that to make it explicitly clear. Test case demonstrating this below. server.py: ```python from flask import Flask, redirect, Response import...

This has been in continuous testing since last night but going to run it on the Wikimedia feed for a couple of days just to make sure that everything is...