Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send Dispatch ID with RunRequest (#24)
When function calls a dispatched through a [`DispatchService`](https://github.com/stealthrocket/dispatch-proto/blob/a1473bffb1c77a4c4f5bc86d7661045f0450a85c/dispatch/sdk/v1/dispatch.proto#L10), the service returns a [`dispatch_id`](https://github.com/stealthrocket/dispatch-proto/blob/a1473bffb1c77a4c4f5bc86d7661045f0450a85c/dispatch/sdk/v1/dispatch.proto#L54) for each call. This identifier is never shown again to the user; they have no way of knowing which requests correspond to that function call. This PR resolves the issue by attaching the same `dispatch_id` to each `RunRequest`.
- Loading branch information