forked from MagicBane/Server
job worker thread
This commit is contained in:
@@ -665,7 +665,7 @@ public abstract class AbstractConnectionManager extends ControlledRunnable {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void doJob() {
|
||||
public void doJob() {
|
||||
if (runStatus) {
|
||||
this.ac.connMan.receive(sk);
|
||||
this.ac.execTask.compareAndSet(true, false);
|
||||
@@ -694,7 +694,7 @@ public abstract class AbstractConnectionManager extends ControlledRunnable {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void doJob() {
|
||||
public void doJob() {
|
||||
if (runStatus) {
|
||||
this.ac.connMan.sendFinish(sk);
|
||||
this.ac.execTask.compareAndSet(true, false);
|
||||
|
||||
Reference in New Issue
Block a user