[R2DBC-14] Ensure not having connector releasing row before client use Created: 2020-11-27 Updated: 2020-11-27 Resolved: 2020-11-27 |
|
| Status: | Closed |
| Project: | MariaDB Connector/R2DBC |
| Component/s: | other |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 2d | ||
| Original Estimate: | 2d | ||
| Description |
|
Come from https://github.com/mariadb-corporation/mariadb-connector-r2dbc/issues/7 Issue is that connector handle backpressure incorrectly, resulting possibility that data might be release before client has time to use it. |