Commit af474fc
authored
Fix issue #22: Corrected calling order of lws_service and CFE_SB_RcvMsg
This commit fixes issue #22 by reversing the calling order of the `lws_service` and `CFE_SB_RcvMsg` functions.
Verified by manually checking out the branch `pr-23-fix-issue22`, building and running the test case in the local environment. The change resolves the observed message handling behavior described in the issue.
Reviewed and tested by @yuyuqq.1 file changed
Lines changed: 2 additions & 3 deletions
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | 217 | | |
221 | 218 | | |
222 | 219 | | |
| |||
231 | 228 | | |
232 | 229 | | |
233 | 230 | | |
| 231 | + | |
| 232 | + | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
0 commit comments