On windows terminal using curl, this is my steps :
step 1 : start the event listening
command :
curl "https://api.particle.io/v1/devices/dasilvaCore/events?access_token=access_token"
Response :
k
Step 2 : generate the event on the cloud through the particle module
Step 3 : Receive the event on windows terminal after 10 sec (for test purpose)
Response:
event: manCtrlTimer
data: {"data":"Valve close","ttl":60,"published_at":"2018-06-08T14:14:46.017Z","coreid":"device_id"}
On the App, if I do the same steps, I get nothing.
jobDone is not triggered.
I just replace all the global jobDone function with local to to Subs and still nothing.
step 1 : start the event listening
command :
curl "https://api.particle.io/v1/devices/dasilvaCore/events?access_token=access_token"
Response :
k
Step 2 : generate the event on the cloud through the particle module
Step 3 : Receive the event on windows terminal after 10 sec (for test purpose)
Response:
event: manCtrlTimer
data: {"data":"Valve close","ttl":60,"published_at":"2018-06-08T14:14:46.017Z","coreid":"device_id"}
On the App, if I do the same steps, I get nothing.
jobDone is not triggered.
I just replace all the global jobDone function with local to to Subs and still nothing.