Skip to content

Conversation

@Familex
Copy link

@Familex Familex commented Dec 27, 2024

Better fix for #2.

Currently events processed in infinite loop with timeout_ms rate. There is blocking recv in mpsc::Receiver that better suited for this purpose (timeout_ms = 0).

Also added MIN_TIMEOUT_MS constant to remove the magic number from the code.

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.

1 participant