Closed dharmab closed 3 weeks 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.
sync.Once
SkyEye has been restructured, many of these functions can be called more than once now as part of the auto-reconnect system
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.