Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Yield after submitting nc command #257

Merged
merged 1 commit into from
Mar 15, 2023

Commits on Mar 9, 2023

  1. Yield after submitting nc command

    Up until now, it was possible that the order of messages submitted by
    example scripts to the pipeline was mixed up if all of the `nc` commands
    were submitted in one CPU processing slot. This caused the affected
    examples to come to wrong results.
    To fix this, the processing thread is sent to sleep after each command.
    By doing this, the thread yields it processing time, and the `nc`
    command gets submitted.
    Fixes SpringQL#256
    AntonOellerer committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ea4d536 View commit details
    Browse the repository at this point in the history