Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Fix possible race condition starting datafeed (#51646)
Datafeeds being closed while starting could result in and NPE. This was handled as any other failure, masking out the NPE. However, this conflicts with the changes in #50886. Related to #50886 and #51302
- Loading branch information