OpenSearch/libs/elasticsearch-nio
Tim Brooks 9215363708
Fix threading issue on listener notification (#28730)
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.
2018-02-19 12:13:00 -07:00
..
licenses Add elasticsearch-nio jar for base nio classes (#27801) 2017-12-20 16:29:16 -06:00
src Fix threading issue on listener notification (#28730) 2018-02-19 12:13:00 -07:00
build.gradle Splits nio project into two for eclipse build only (#27939) 2017-12-21 14:34:15 +00:00