-
Notifications
You must be signed in to change notification settings - Fork 170
Increase buffer socket size #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ddaydd, I think we can make the size bigger for non-AVR boards. What board are you using and what size do you need? |
my hardware is arduino mega 2560 with ethernet shield W5100, |
@sandeepmistry no news? |
Is there a good reason not to create a setitXBuffersize function or add a constrctor to websocket ? Or at least a way to modify via #define... This is a large limitation of clean reuse httparduinoclient on other websocket project like mqtt/pubsubclient over wss... (Cf Areve repo) |
Thank you for this comment thread. I'm a noob that had an issue sending websockets using an Arduino Nano Uno Rev2. I got it work but as soon as I sent a semi bigger socket command it would screw up the Arduino. I just increased that iTxBuffer to 256 and I'm back in business!!!! |
There is now a proposal for that here: #124 |
Hi,
can the buffer socket size be increased or is it a physical limit?
WebSocketClient.h : 89
uint8_t iTxBuffer[128];
The text was updated successfully, but these errors were encountered: