Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose
allow_overruns
to Portal.open_context()
Turns out you can get a case where you might be opening multiple ctx-streams concurrently and during the context opening phase you block for all contexts to open, but then when you eventually start opening streams some slow to start context has caused the others become in an overrun state.. so we need to let the caller control whether that's an error ;) This also needs a test!
- Loading branch information