particle-iot / spark-server

UNMAINTAINED - An API compatible open source server for interacting with devices speaking the spark-protocol

Home Page:https://www.particle.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

chuank opened this issue · comments

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