arduinoWebSockets
arduinoWebSockets copied to clipboard
Socketio Heartbeat Interval not possible to define
I would like to set in my main code the milliseconds of the Heartbeat parameter.
I tried to set the variable "EIO_HEARTBEAT_INTERVAL":
#define EIO_HEARTBEAT_INTERVAL 3000 - but it is not working.
As a workaround I hardcoded my needed milliseconds in the header of the SocketIOclient.h file.