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

bug in RealtimePublisher with NON_POLLING #82

Closed
yoavRobee opened this issue Jul 26, 2022 · 1 comment
Closed

bug in RealtimePublisher with NON_POLLING #82

yoavRobee opened this issue Jul 26, 2022 · 1 comment

Comments

@yoavRobee
Copy link

yoavRobee commented Jul 26, 2022

in line 174
#ifdef NON_POLLING
updated_cond_.wait(lock);
#else

it dose not compile with #define NON_POLLING

@christophfroehlich
Copy link
Contributor

This was fixed with #85

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

No branches or pull requests

2 participants