dharmab / skyeye

AI Powered GCI Bot for DCS
MIT License
45 stars 11 forks source link

Use sync.Once to prevent goroutines from starting multiple times #82

Closed dharmab closed 3 weeks ago

dharmab commented 3 months ago

There are a number of functions that must only be called exactly once. This is currently not enforced. Use a sync.Once to enforce this at runtime.

dharmab commented 3 weeks ago

SkyEye has been restructured, many of these functions can be called more than once now as part of the auto-reconnect system