Closed Sampozzo closed 2 years ago
Update: over wifi network it seems to works. The problem is over ethernet (W5500).
Any idea what can I do?
Thank you
OK, the problem is on the ethernet.h library that is limited to 2048bytes. You need to reduce MAX_SOCK_NUM and uncomment #define ETHERNET_LARGE_BUFFERS.
Now it is working.
Thank you again for your great work.
Hi @Sampozzo I'm glad that you resolved your own issue ;) I think it's something worth mentioning in the README
as it might bite someone in the future too.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
On my MwebSockets server i can't send payload > 2048 On varios javascript client i have the error
Environment info
Expected behavior If my payload is <= 2048 the client receive the message
Failure log
Additional context
i have on the config.h