I'm using the sseclient library on py 3.7.11 and the sse messages are truncated at 2032 characters. This is not the case when accessing the data from other methods. Is there an argument to extend the character length?
I haven't found much in the source code other than chunk_size but that does not seem to be the issue. Could it be something about line endings?