-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
The replaced code in MonoProvider was blindly copied from rxjava2. We
use this code in our application and the code in testToCompletionStageNullCase
represents a scenario our app deals with. With the MonoAdapter, that
code hangs. Leveraging the existing Mono#toFuture, which I should
have done in the first place, addresses that hang.
- is duplicated by
-
RESTEASY-2343 resteasy-reactor: 'null' case causing hang
- Closed