Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -2/+2 |
| | |||||
* | [Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012) | Dominik Picheta | 2020-07-19 | 1 | -0/+67 |
Fixes #15003. This is a serious bug which occurs when data cannot be read/sent immediately and there are a bunch of other read/write events pending. What happens is that the new events are dropped which results in the case of the reported bug resulted in some data not being sent (!). |