I’m struggling with micronaut trying to deserializ...
# server
d
I’m struggling with micronaut trying to deserialize stuff that isn’t there
n
Unit
?
d
I tried
Mono<Unit>
(we are using Reactor for now), no luck. I tried
produces = []
also
a
Have you tried returning code 204 (no content) ? More information in sectio 10.2.5 here: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
d
oh interesting
I’ll try that, thanks