arduinoWebSockets icon indicating copy to clipboard operation
arduinoWebSockets copied to clipboard

Socketio Heartbeat Interval not possible to define

Open HMichi90 opened this issue 4 years ago • 0 comments

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.

HMichi90 avatar May 01 '21 22:05 HMichi90