You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
This line:
204 this.emit(':responseReady');
is making the handler to return a response without waiting the ical.fromURL callback to be called.
Therefore, all the requests I'm sending receives a response as:
{ "version": "1.0", "response": { "shouldEndSession": true }, "sessionAttributes": { "STATE": "_SEARCHMODE" }, "userAgent": "ask-nodejs/1.0.25 Node/v6.10.3" }
After removing that line, the application gets back to normal responses!
Can we take it off?
The text was updated successfully, but these errors were encountered: