harsh
harsh
@pkoenig10 Thanks for the reply. I have verified that `docker run` works without sudo. I have tomcat 8 image and it run perfectlly without sudo harsh@harsh /mnt/data/ $ docker run...
Hi, Is there any work-around for these ??
@dstepanov, we are encountering a similar issue. However, we have refrained from making the EventListener async. Instead, we are utilizing the publishEventAsync API from ApplicationEventPublisher to disseminate events.
> Please create an example project for me to take a look @dstepanov, I have created a sample project which reproduces this issue: [micronaut-data-async-session-closed-problem](https://github.com/harshSE/micronaut-data-async-session-closed-problem) Step to Reproduce: 1. Run the...