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
So almost 2 years later I am here to answer your question,
So the maximum size of a packet is 65535 bytes which is around 65 kb +- so if you can fit an image in it you are a magician.There is not magic so the only choice we have is to just split the image into parts that are 65 kb and send them then we just merge them boom
The max packet size seems to be 65535, I am not able to change it even with setMaxPacketSize function
The text was updated successfully, but these errors were encountered: