Hello, we've got an issue with ExceptionHandler wh...
# micronaut
m
Hello, we've got an issue with ExceptionHandler where it is intermittently not being used. It only happens when returning Maybe<List<Foo>> from a controller function. If I change it to first do a blockingGet() on the Maybe and return the inner object instead of the Maybe then the ExceptionHandler does react correctly to any thrown exceptions that were contained in the Maybe. Otherwise, sometimes it does handle them, other times it doesn't, and it requires a JVM restart to potentially fix - once the jvm is started it's fixed in its behaviour of either working or not. Does this ring any bells @Graeme?