Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes nullptr bug in CallableFlow. (bakerstu#630)
When the flow is idle (no request or request has already been returned) the request() function should return nullptr, instead of nullptr + 12.
- Loading branch information