Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the data race by moving the return before fulfill(); this way Return() is not modifying the message while other callers are accessing it.
- Loading branch information