Skip to content
GitLab
Explore
Sign in
Fast start and stop of the DrasylNode causes NullPointerException in DrasylPipeline
while (true) {
node.start().join();
node.shutdown().join();
}