ArduinoPusherClient icon indicating copy to clipboard operation
ArduinoPusherClient copied to clipboard

Deprecated

Open LucidityDesign opened this issue 11 years ago • 2 comments

Hi, I get this warning from pusher: "Pusher protocol versions <= 3 have been deprecated. Support will be removed after November 2013"

So you have any plans to update the library?

LucidityDesign avatar Nov 17 '13 15:11 LucidityDesign

+1

dyaa avatar Nov 17 '13 16:11 dyaa

Open PusherClient.cpp file and modify this line:

prog_char pusherPath[] PROGMEM = "/app/{0}?client=js&version=1.9.0";

To: prog_char pusherPath[] PROGMEM = "/app/{0}?client=js&version=2.1&protocol=7";

jsmiguel avatar Jan 11 '14 22:01 jsmiguel