RELEASED: Public: April 2, 2025
Resolved issues
- Controllers configured to use Websockets may not have reconnected to the operations center after a restart (BEE-55725)
-
If controllers were configured to use Websockets to connect to the operations center and the controllers or operations center were restarted, the controllers may not have automatically reconnected to the operations center and an error may have been returned. This was due to an asynchronous call when establishing the channel, that resulted in a race condition between closing the channel and reinitializing. Upon connection request, controllers now successfully reconnect to the operations center, and an error is no longer returned.