Issue #207 - Restoring fillAndParse callback
This commit is contained in:
parent
55e435c741
commit
b73b531d62
|
@ -265,8 +265,8 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
|
|||
if(!result.compareAndSet(false,true))
|
||||
{
|
||||
// callback has been notified asynchronously
|
||||
// fillAndParse();
|
||||
fillInterested();
|
||||
fillAndParse();
|
||||
// fillInterested();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue