You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library, but I tried to bring in a different library (digitalpetri's modbus) and it tries to bring in netty 4.1.54. This causes me to get a runtime exception indicating a missing class; in reality, the reason for this is that ncoap-core is bringing in an old version of netty (3.9.something) causing me a problem.
I think what I need is an update (or fork) of this library that uses netty 4.x
Does such a thing exist?
The text was updated successfully, but these errors were encountered:
I'm using this library, but I tried to bring in a different library (digitalpetri's modbus) and it tries to bring in netty 4.1.54. This causes me to get a runtime exception indicating a missing class; in reality, the reason for this is that ncoap-core is bringing in an old version of netty (3.9.something) causing me a problem.
I think what I need is an update (or fork) of this library that uses netty 4.x
Does such a thing exist?
The text was updated successfully, but these errors were encountered: