secretsauceai / voice-assistant-protocol

A bus for voice assistants, including benchmarks.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

After sessionData, should we wait for the answer from the whole pipeline? #21

Closed sheosi closed 2 years ago

sheosi commented 2 years ago

After sessionData, Should we wait for the answer from the whole pipeline? Or rather send an "everything alright we are processing"? We need some way to tell the client that the request is being processed.

sheosi commented 2 years ago

CoAP already has an ACK (which is sent periodically) for confirmable messages, and having another message to be received by the client would complicate even more the protocol.