h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

fix: Eliminate race conditions in reconnect feature. #2285

Closed mturoci closed 3 months ago

mturoci commented 3 months ago

Reconnect feature stabilization.

This PR adds R/W synchronization to client state shared across multiple goroutines, preventing race conditions. A simple state machine is used for the synchronization.