Skip to content

Conversation

@pblazej
Copy link
Contributor

@pblazej pblazej commented Nov 20, 2025

Using a new Task at actor boundary wasn't perfect (not only perf-wise), may lead to phenomena like:

Expected: "¡Hola, soy Robin! ¿Eres amigo(a) de Amy?"
Received: "¡Hola, soy Robin!E ¿res amigo(a) de Amy?"

Switched to a single stream instead, ensuring FIFO.

@github-actions
Copy link

github-actions bot commented Nov 20, 2025

⚠️ This PR does not contain any files in the .changes directory.

@pblazej pblazej force-pushed the blaze/text-stream-corruption branch from fe40770 to a99d2d9 Compare November 20, 2025 10:27
@pblazej pblazej marked this pull request as draft November 20, 2025 11:05
@pblazej pblazej marked this pull request as ready for review November 24, 2025 07:53
@pblazej
Copy link
Contributor Author

pblazej commented Nov 24, 2025

I'm not adding any unit tests here as I was unable to force this particular problem (via concurrent calls).

@pblazej pblazej merged commit a093108 into main Nov 25, 2025
28 checks passed
@pblazej pblazej deleted the blaze/text-stream-corruption branch November 25, 2025 08:18
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.

3 participants