Minor changes as suggested by markus
parent
fe26453f
No related branches found
No related tags found
-
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.
Please register or sign in to comment