To reproduce the issue:
- Run
npm install. - In
demo.js, set theprojectIdconstant to a valid Google Cloud project ID. - Run
node demo.js.
You'll the notice the messages are out of order:
log: 1.405s Got event 'SPEECH_ACTIVITY_BEGIN'.
log: 2.002s 2 second mark - this should appear before 'SPEECH_ACTIVITY_BEGIN'.
log: 8.524s Got event 'SPEECH_EVENT_TYPE_UNSPECIFIED'.
They should appear in this order:
log: 2.003s 2 second mark - this should appear before 'SPEECH_ACTIVITY_BEGIN'.
log: 5.190s Got event 'SPEECH_ACTIVITY_BEGIN'.
log: 8.583s Got event 'SPEECH_EVENT_TYPE_UNSPECIFIED'.