392237 Converted ChatServlet to servlet 3.0
This commit is contained in:
parent
be3432ad55
commit
a2bc79922e
|
@ -198,7 +198,7 @@ public class ChatServlet extends HttpServlet
|
||||||
|
|
||||||
// wakeup member if polling
|
// wakeup member if polling
|
||||||
AsyncContext async=m._async.get();
|
AsyncContext async=m._async.get();
|
||||||
if (m._async.compareAndSet(async,null))
|
if (async!=null & m._async.compareAndSet(async,null))
|
||||||
async.dispatch();
|
async.dispatch();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue