Re: Netty using 100% CPU

2018-03-12 Thread Nat
Sounds similar to this issue: https://github.com/netty/netty/issues/2465 Which platform is it? Linux version? On Tuesday, February 27, 2018 at 10:53:31 PM UTC-8, Rogan Dawes wrote: > > (Apologies if this is a duplicate post) > > I am writing an app using Netty (4.1.16-Final), that after a while

Where do I find the netty-tcnative-openssl-static-[os-type] jar's

2018-03-12 Thread Christian Schwarz
Where do I find the netty-tcnative-openssl-static-{os_arch} Jars for my platform? Unlike netty-tcnative-boringssl-static-{os_arch} they are not hosted on maven central, as described in the netty-wiki . -> https://stackoverflow.com/questions/492

Re: Where do I find the netty-tcnative-openssl-static-[os-type] jar's

2018-03-12 Thread 'Norman Maurer' via Netty discussions
We don’t release these as part of our release process. You will need to build these by yourself. > On 12. Mar 2018, at 11:18, Christian Schwarz wrote: > > Where do I find the netty-tcnative-openssl-static-{os_arch} Jars for my > platform? > > Unlike netty-tcnative-boringssl-static-{os_arch}

Re: Netty using 100% CPU

2018-03-12 Thread Rogan Dawes
Hi Nat, Thanks for the pointer. It does sound quite similar! I've experienced the problem on both OS X and Linux, but more prevalent on OS X, I'd say. Next time it happens, I'll try put a breakpoint in that method, and trace it to see what is happening. Rogan On Mon, Mar 12, 2018 at 1:05 PM Na