This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Description
When making POST calls that return async data via web sockets, add an optional parameter for an ID, so clients can specify the ID for the socket messages they will watch for.
This will fix the issue where sometimes the POST data with the ID returns after socket data begins arriving, causing some of it to be missed.