-
Notifications
You must be signed in to change notification settings - Fork 378
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
lock implementation for runtime resource publishing #165
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: fadedreamz <[email protected]>
@ben-crowhurst please have a look and give your suggestion |
Tests are failing. |
Signed-off-by: fadedreamz <[email protected]>
Thanks looks good. I'll pull it into master once we've tag the 4.5 release as the project is currently feature frozen. |
@ben-crowhurst glad to hear that |
Hi there, please note that the write_lock should be created under the suppress function as well so that at runtime both publish and suppress functionality will be available. Eran |
Signed-off-by: Nuno Goncalves <[email protected]>
DNS resolution error currently causes indefinite hangup as the callback is not called and higher-level layers are not informed. This commit bubbles up the error, allowing the request to fail.
Fix various issues preventing compilation in some environments (e.g. cross-compiling with mingw) on a case-sensitive system, and use the official _WIN32 macro to detect the Win32 environment as WIN32 is not always defined.
hi, any news of this feature ? |
Signed-off-by: fadedreamz [email protected]