mirror of
https://github.com/SimplexDevelopment/SimplexSS.git
synced 2026-06-24 13:16:53 +00:00
c9fa0c1ca0
Switched from using Mono.just(T) and Mono.empty() for creating Mono<Void> objects to Mono.create(sink -> {});