Streaming API ChunkedEncodingError

In my connection to the streaming api, I have implemented error handling and retries after 60 seconds for the following error types: ChunkedEncodingError, ConnectionError, IncompleteRead, InvalidChunkLength, but some events are still returning ChunkedEncodingError after 3 retries. I am assuming that this must be a server side error?

You may wish to check how many endpoints you are subscribed to - the limit appears to be lower than the total number of endpoints (was 7, total 9 available). Until the limit is increased you may have just use a second API key. Streaming api for multiple endpoints - #4 by wcollins