Commit 7094a79
c++|be| fix active events bug in iourinbackend
Summary:
1. inlining this one-liner functions
2. we were setting `gettingEvents_ = true;` after throwing which is deadcode. Instead we are setting right after (if we enter again then do throw). Once we exit the function scope then set flag back to false.
Reviewed By: vishwanath1306
Differential Revision: D92342550
fbshipit-source-id: 21f6a4fd00ca6709963ea66993a06cbba839811d1 parent e8527ee commit 7094a79
2 files changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1475 | 1475 | | |
1476 | 1476 | | |
1477 | 1477 | | |
1478 | | - | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
1479 | 1483 | | |
1480 | | - | |
| 1484 | + | |
1481 | 1485 | | |
1482 | 1486 | | |
1483 | 1487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1172 | 1172 | | |
1173 | 1173 | | |
1174 | 1174 | | |
1175 | | - | |
1176 | | - | |
1177 | | - | |
1178 | | - | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
1182 | 1175 | | |
1183 | 1176 | | |
1184 | 1177 | | |
| |||
0 commit comments