-
Bug
-
Resolution: Unresolved
-
Major
-
13.0.5.Final, 12.1.11.Final
-
None
The ServerTaskRunner interface returns a CompletionStage and this allows the layers above it to pretend that task execution is non-blocking, but it's almost impossible to do something useful in ServerTask.call() without blocking, so it should run on a blocking thread.