ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

Use callback health handling in broadcast manager #92

Closed saxon-milton closed 4 weeks ago

saxon-milton commented 1 month ago

We're essentially copying handleHealthWithCallback into the HandleHealth method of the OceanBroadcastManager and changing the interface to follow the callback pattern. Subsequently we're now using HandleHealth instead for the healthStatusCheckEvent handling.

We're also removing the old handleHealth function which is now dead code.