Socket emit is not fired when passing readAsBinaryString #4182
-
Emitting FileReader data as "readAsDataURL", "readAsBinaryString" or other read type is not working on Socket.IO 4.4.0 / 4.3.0 / 3.3.0, but works fine in 2.2.0. I'm using SocketIO to upload/download files.
example server side - nodejs:
When I updated socket.io to 4.4.0 I notice we hit |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found the issue to be size of buffer that I'm sending. |
Beta Was this translation helpful? Give feedback.
I found the issue to be size of buffer that I'm sending.
I have tried first with 5MB, then 3MB, and found out it's working ok with less, ex. 100kb.
It seems there is some limitation applied on the newer versions