Are you sure the event is being published from the core? Maybe you should check with curl first? I have been looking at the public event stream for a few minutes and have not seen any “move” events.
I don’t think your core is publishing. I left my monitor running and saw zero “move” events. Note that the spelling must exactly match.
What you are seeing with curl and SparkJS are the keep-alives that the cloud sends every 9 seconds to keep the event listener open. When you do get an event, you get a JSON from the cloud that you can’t miss.
Do we have SSE for spark in ios?? I am using SSE in JS as of now but my requirement is to make a ios app and I wanted to use the ios code for SSE rather this JS.