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

[16192] Fix notification lost #3194

Merged
merged 10 commits into from
Jan 10, 2023
Merged

[16192] Fix notification lost #3194

merged 10 commits into from
Jan 10, 2023

Commits on Jan 9, 2023

  1. fix notification lost

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui authored and MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6e3a78a View commit details
    Browse the repository at this point in the history
  2. add a regression test

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui authored and MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2037b14 View commit details
    Browse the repository at this point in the history
  3. rename a variable name and update comments

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui authored and MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    cff853c View commit details
    Browse the repository at this point in the history
  4. fix uncrustify issue

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui authored and MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e03354b View commit details
    Browse the repository at this point in the history
  5. make the regression test better

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui authored and MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7de6c61 View commit details
    Browse the repository at this point in the history
  6. fix uncrustify

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui authored and MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    13cc59f View commit details
    Browse the repository at this point in the history
  7. Refs #16192. Fix deadlock on WaitSetImpl.

    Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
    MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    486112c View commit details
    Browse the repository at this point in the history
  8. Refs #16192. Fix deadlock on ReadConditionImpl.

    Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
    MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    19a9f96 View commit details
    Browse the repository at this point in the history
  9. Refs #16192. Use mutex instead of atomic.

    Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
    MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    805820a View commit details
    Browse the repository at this point in the history
  10. Refs #16192. Fix deadlock when constructing ReadConditionImpl.

    Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
    MiguelCompany committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5666533 View commit details
    Browse the repository at this point in the history