-
Notifications
You must be signed in to change notification settings - Fork 90
Fix Node Registration #481
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
Changes from all commits
e2f5c3c
67c4070
53d201f
4711bb1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1271,10 +1271,8 @@ namespace nmos | |
|
|
||
| authorization_service_error = true; | ||
| } | ||
| }); | ||
| request.then([&] | ||
| { | ||
| condition.notify_all(); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What prompted the change from
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The notification code has been moved into the |
||
|
|
||
| model.notify(); | ||
| }); | ||
|
|
||
| // wait for the request because interactions with the Authorization API endpoint must be sequential | ||
|
|
@@ -1853,10 +1851,8 @@ namespace nmos | |
|
|
||
| authorization_service_error = true; | ||
| } | ||
| }); | ||
| request.then([&] | ||
| { | ||
| condition.notify_all(); | ||
|
|
||
| model.notify(); | ||
| }); | ||
|
|
||
| // wait for the request because interactions with the Authorization API endpoint must be sequential | ||
|
|
@@ -1998,10 +1994,8 @@ namespace nmos | |
|
|
||
| authorization_service_error = true; | ||
| } | ||
| }); | ||
| request.then([&] | ||
| { | ||
| condition.notify_all(); | ||
|
|
||
| model.notify(); | ||
| }); | ||
|
|
||
| // wait for the request because interactions with the Authorization API endpoint must be sequential | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.