lonemeow / acc-connector

Direct server connection utility for Assetto Corsa Competizione
MIT License
11 stars 1 forks source link

Fix discovery id handling. #13

Closed lonemeow closed 6 months ago

lonemeow commented 6 months ago

Discovery id is a 32bit integer, not a single byte. This would fail after more than 255 discovery packets were sent by the client.

Fixes #11