Fix occasional server shutdown issue due to non-daemon thread
This commit is contained in:
parent
5b7e463f2c
commit
152fd5cecc
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ public class AsynchronousQueue<T> {
|
||||||
running();
|
running();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
thread.setDaemon(true);
|
||||||
thread.start();
|
thread.start();
|
||||||
try {
|
try {
|
||||||
if(!normalprio)
|
if(!normalprio)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue