mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
Currently, we do not handle READ or WRITE events until the channel connection process is complete. However, the external write queue path allows a write to be attempted when the conneciton is not complete. This commit closes the loophole and only queues write operations when the connection process is not complete.