You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
Hi,
I've found (in my opinion) bug in Tango Gateway.
When Device Server and client are in different networks (say A and B) and Tango Gateway is in both of them (has network interface with different addresses in both A and B), it can choose wrong interface to forward traffic.
From client point of view, it looks like Device Server is completely down despite is running properly.
Client in network B connects to network interface of gateway B. Gateway then chooses to forward traffic to interface for network A.
It's non-deterministic bug and it happens for me when testing with Docker from time to time.
I'll try to come up with a fix
Hi,
I've found (in my opinion) bug in Tango Gateway.
When Device Server and client are in different networks (say A and B) and Tango Gateway is in both of them (has network interface with different addresses in both A and B), it can choose wrong interface to forward traffic.
From client point of view, it looks like Device Server is completely down despite is running properly.
Client in network B connects to network interface of gateway B. Gateway then chooses to forward traffic to interface for network A.
It's non-deterministic bug and it happens for me when testing with Docker from time to time.
I'll try to come up with a fix