RELEASED: Public: June 28, 2023
Resolved issues
- Performance issue on Controller to OC communication (BEE-34291)
-
When a high number of controllers try to connect to OC at the same time there is a high number of threads created in OC. That produces overall slowness in any OC - Controller communication.
This fix is reducing the number of threads by sharing some object instances instead of creating new ones.
-
Internal changes to streamline development. Not user visible. (BEE-33802)