mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This is a fix for #28729. Currently if a write operation is not properly queued with a selector we notify the listener. However, we are doing this by calling a method that is only meant for the selector thread to call. This commit fixes that issue.