An example below causes the request to hang endlessly ```java { use(Reactor.reactor()); get("/empty-mono", ctx -> Mono.empty()); } ```