Minor additions to host
Merge request reports
Activity
Filter activity
can the response be send at the beginning of on_data_recv? see https://git.uibk.ac.at/informatik/qe/forte/sensor-system/-/blob/3935b9098d2c34f669640a0c3fcd51ac72372a91/host/host_central_mast/src/main.cpp
possible from my side. What do you think @csaw4531 ?
Sadly no, as it's not possible to send a message to an unregistered peer, so this check has to happen before sending the response
Then I suggest to move https://git.uibk.ac.at/informatik/qe/forte/sensor-system/-/blob/ad91360cbf7d07a06b6581f4e827fc763caa6fcd/host/host_central_mast/src/main.cpp#L63-67 past the acknowledgement.
added host label
added 3 commits
-
0011339a...1602d6a1 - 2 commits from branch
develop
- cb9484b2 - Merge branch 'develop' into '54-push-data-from-host-to-server'
-
0011339a...1602d6a1 - 2 commits from branch
mentioned in commit e9bcf0e1
Please register or sign in to reply