You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: