Brian Schlining

Results 2 issues of Brian Schlining

When I run seed commands, they all seem to run and complete just fine but about every once in a while I get the following exception at the end of...

bug

I have a controller method that returns a JPA result stream. It looks like: ```java @Get("/") @Transactional public Flowable findAll() { Stream all = repository.findAll(); // JPA resultStream Flowable flow...