custom-rss
custom-rss copied to clipboard
:satellite: Filtering RSS because Zapier is too expensive
sendHandshake should also include **WebSocketClientStringTable.replace("{2}", path);**\, and WebSocketClientStringTable should have **"GET /{2} HTTP/1.1\x0d\x0a"** as the first line, in order for the path to work.
Hey @ekbduffy - thanks for the lib and contribution. Missing a set of parentheses in the example file after the include that doesn't allow the firmware to compile.
When trying the example the websocket does not function. Here is the output of the Photon serial connection: Connecting... Connected, sending handshake. Sending handshake! GET / HTTP/1.1 Upgrade: websocket Connection:...
In build.particle.io, I created a new app from the example test.cpp file. When I click Verify, I am presented with the following errors:  Code I am using: ``` //...
I am using version 0.0.5 of this library and when I want to connect with the echo server or my local websocket server I always get Connection Failed...