Uff
Registered
I'm doing my first experiments with rF2 plugins: I managed to create a socket to send data via UDP to my server and, when I call sendto() from UpdateTelemetry, the sim constantly sends the data I want.
When I put the sendto() inside of UpdateScoring, instead, the server socket always reach its timeout and never gets the package that I'm sending from rF2.
Is there anything I'm missing? From what I read in the Example.cpp file, UpdateScoring now runs twice a second, while my timeout is set to trigger if the server does not receive anything for more than 3 seconds.
When I put the sendto() inside of UpdateScoring, instead, the server socket always reach its timeout and never gets the package that I'm sending from rF2.
Is there anything I'm missing? From what I read in the Example.cpp file, UpdateScoring now runs twice a second, while my timeout is set to trigger if the server does not receive anything for more than 3 seconds.