Closed Flip76 closed 2 years ago
@Flip76 it does not look wrong from my perspective. We could probably add a check that if two requests come back from the same device, that we don't add/send out the info. But I would not say that this is an important thing to fix. The MA-Server is listening on the Proxy-Address and the listed MA-Gateway is your device that is communicating with it. So configuration wise everything is fine from my point of view and everything should work as expected. The message "data from msg did not match..." is meant for possible future debugging perspective (if MA-Gateways might communicate different), so that we see, that still some response comes back and we can then dig into it deeper.
@GreatSUN - thanks for the explaination! I was thinking that it might have an impact on the overall functionality. Will close this issue! Thanks
Since the latest commit I get the following output when starting the maserver:
In the config I set the
"localIPv4Address": "192.168.100.3"
as the server has multiple addresses and I want to listen on this specific interface.