Commit 8b3c5a0
Enable subscription expiration
Summary
Allow subscriptions to expire when a reboot or ttl timeout is detected
Details
set_noned() function created in remote_subscription.cpp
added set_noned() at the end of routing_manager_impl::on_remote_subscribe
to reset the set_forwarded to allow subscriptions to expire in case of
reboot and ttl timeout.1 parent 93b7757 commit 8b3c5a0
File tree
3 files changed
+7
-0
lines changed- implementation/routing
- include
- src
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
360 | 364 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2991 | 2991 | | |
2992 | 2992 | | |
2993 | 2993 | | |
| 2994 | + | |
2994 | 2995 | | |
2995 | 2996 | | |
2996 | 2997 | | |
| |||
3003 | 3004 | | |
3004 | 3005 | | |
3005 | 3006 | | |
| 3007 | + | |
3006 | 3008 | | |
3007 | 3009 | | |
3008 | 3010 | | |
| |||
0 commit comments