-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* =htc #368 document the guarantees of `max-connections` Actually providing better guarantees turned out to be difficult, so being clear about the limit being an approximate one seems to be the best solution for now. See also the discussions in #371. Fixes #368. * =htc #368 be more accurate about `max-connections` To find out whether the materialization for one connection has finished bindAndHandle will now use two `watchTermination` combinators. As explained in the Scaladoc this will still not provide 100 percent guarantee that all of the flow will have finished but it is hopefully more accurate than before.
- Loading branch information
Showing
3 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters