particle-iot / spark-server

UNMAINTAINED - An API compatible open source server for interacting with devices speaking the spark-protocol
https://www.particle.io/
GNU Affero General Public License v3.0
441 stars 136 forks source link

SSEs are limited to the global firehose – device-specific SSEs do not work #53

Open chuank opened 8 years ago

chuank commented 8 years ago

Subscribing to local cloud SSEs are limited to the global event firehose – users have to do own their filtering of the firehose data on the client side.

this works: GET /v1/devices/events

these don't: GET /v1/devices/:deviceid/events

https://community.particle.io/t/photon-local-cloud-spark-server/13215/7