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
When client.write() finally sends I get the following error. [RangeError: Property storage exceeds 196607 properties]. I'm then trying to send that data via your library. Do you see any issues here? I don't have control over the server, it's expecting a binary file not chunks of a binary file, so I don't thinking chunking is even an option here.
When
client.write()
finally sends I get the following error.[RangeError: Property storage exceeds 196607 properties]
. I'm then trying to send that data via your library. Do you see any issues here? I don't have control over the server, it's expecting a binary file not chunks of a binary file, so I don't thinking chunking is even an option here.The text was updated successfully, but these errors were encountered: