Skip to content

Conversation

Arooba-git
Copy link
Contributor

Thank you for the effort for this handy project!

This is a minor fix pertaining to a blocking call in KeyCommandsTests class as detected by BlockHound:
eg-blocking

Of course the method is just used in the test cases but since this is the official examples repository, I think the fix could set a good example for how we should try to avoid blocking calls in reactive apps wherever possible, to keep the pipeline reactive end to end. :)

We re-ran the test cases and also evaluated the performance (in terms of latency) before and after the fix

Parking duration of main thread before fix
eg-latency-after

After
eg-latency-before

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 22, 2023
@christophstrobl christophstrobl self-assigned this Jul 24, 2023
@Arooba-git
Copy link
Contributor Author

bump

@mp911de mp911de closed this in 392c3e4 Sep 22, 2025
mp911de added a commit that referenced this pull request Sep 22, 2025
Refactor UUID generation offloading and ensure the creation completes before running subsequent actions.

See #666
@mp911de mp911de assigned mp911de and unassigned christophstrobl Sep 22, 2025
@mp911de mp911de added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 22, 2025
@mp911de
Copy link
Member

mp911de commented Sep 22, 2025

Thank you for your contribution. That's merged and refactored now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants