Skip to content

Conversation

NinoFloris
Copy link
Member

Fixes #5484
We were instead putting a Task as a result into the ValueTask before taking it out again...

Fixes #5484
We were instead putting a Task<T> as a *result* into the ValueTask before taking it out again...
@NinoFloris NinoFloris modified the milestone: 8.0.2 Dec 7, 2023
Copy link
Contributor

@vonzshik vonzshik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐝

@NinoFloris NinoFloris force-pushed the fix-async-reading-unpacking-task branch from a2cd83c to 25c9445 Compare December 7, 2023 15:39
@NinoFloris NinoFloris enabled auto-merge (squash) December 7, 2023 15:39
@NinoFloris NinoFloris merged commit dbac459 into main Dec 7, 2023
@NinoFloris NinoFloris deleted the fix-async-reading-unpacking-task branch December 7, 2023 15:55
NinoFloris added a commit that referenced this pull request Dec 7, 2023
@NinoFloris
Copy link
Member Author

Backported to 8.0.2 via dbac459

JonasWestman pushed a commit to monitor-erp/npgsql that referenced this pull request Dec 20, 2023
)

Fixes npgsql#5484

(cherry picked from commit dbac459)
Signed-off-by: monjowe <jonas.westman@monitor.se>
JonasWestman pushed a commit to monitor-erp/npgsql that referenced this pull request Dec 21, 2023
)

Fixes npgsql#5484

(cherry picked from commit dbac459)
Signed-off-by: monjowe <jonas.westman@monitor.se>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.NET 8 randomly breaks reading row values from replication slot for logical replication
2 participants