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
When the server sees a Handshake and the tracker is in the connected list, it should send the Hey OVR =D 5#define PACKET_HANDSHAKE 3 packet directly. The trackers do not connect to the server trough its broadcasts packets. Only after receiving the directly to the tracker send Handshake. But for some unknown reason it takes a long time (multiple broadcasts) that the servers try to connect.
When the server sees a Handshake and the tracker is in the connected list, it should send the
Hey OVR =D 5
#define PACKET_HANDSHAKE 3
packet directly. The trackers do not connect to the server trough its broadcasts packets. Only after receiving the directly to the tracker send Handshake. But for some unknown reason it takes a long time (multiple broadcasts) that the servers try to connect.Code thats run for the log is here:
SlimeVR-Server/server/core/src/main/java/dev/slimevr/tracking/trackers/udp/TrackersUDPServer.kt
Line 80 in c649b9a
But not sure where the Handshake would be correct.
Probably something to fix with
#1326
The text was updated successfully, but these errors were encountered: