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
Hi,
When I try to establish more than one simultaneous connection to my llrp server the NioHandler launches a NullPointerException with the next message:
Error while processing network channel
java.lang.NullPointerException
at net.enilink.llrp4j.net.NioServer.run(NioServer.java:80)
at java.lang.Thread.run(Thread.java:745)
With only one connection it works properly. Is your class 'LlrpServer' currently multithread?
This is my endpoint implementation:
Hi,
When I try to establish more than one simultaneous connection to my llrp server the NioHandler launches a NullPointerException with the next message:
With only one connection it works properly. Is your class 'LlrpServer' currently multithread?
This is my endpoint implementation:
The text was updated successfully, but these errors were encountered: