After calling OpcUaServer.shutdown(), I have leaking threads named: milo-netty-event-loop-x #1177
fatih-algan
started this conversation in
General
Replies: 1 comment
-
When your application is done with Milo entirely you can call one of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
After I terminate the OpcUaServer via calling shutdown(), I see that the shared event loop threads created by the NioEventLoopGroup are not terminated. The event loop group is created by the sharedEventLoop() method of the org.eclipse.milo.opcua.stack.core.Stack class.
Is this a bug or what do I need to do to have those threads get cleaned up/terminated properly?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions