Commit 20cb0c5
authored
Fix Node Registration (#481)
* Change the lambda capture to copy id_type and event_type by value to prevent them from being out of scope in the event task when the condition.wait returns early due to a shutdown
* Fix possibly dangling reference to a temporary warning
* Remove mis-leading comment
* model.notify()/condition.notify_all() should be part of the request chain1 parent 0059a0b commit 20cb0c5
File tree
4 files changed
+9
-15
lines changed- Development
- cmake
- nmos-cpp-node
- nmos
4 files changed
+9
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1462 | 1462 | | |
1463 | 1463 | | |
1464 | 1464 | | |
1465 | | - | |
| 1465 | + | |
1466 | 1466 | | |
1467 | 1467 | | |
1468 | 1468 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
1274 | | - | |
1275 | | - | |
1276 | | - | |
1277 | | - | |
| 1274 | + | |
| 1275 | + | |
1278 | 1276 | | |
1279 | 1277 | | |
1280 | 1278 | | |
| |||
1853 | 1851 | | |
1854 | 1852 | | |
1855 | 1853 | | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
| 1854 | + | |
| 1855 | + | |
1860 | 1856 | | |
1861 | 1857 | | |
1862 | 1858 | | |
| |||
1998 | 1994 | | |
1999 | 1995 | | |
2000 | 1996 | | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
2004 | | - | |
| 1997 | + | |
| 1998 | + | |
2005 | 1999 | | |
2006 | 2000 | | |
2007 | 2001 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | | - | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| |||
0 commit comments