We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
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";
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: