Issue #207 - Restoring fillAndParse callback

This commit is contained in:
Joakim Erdfelt 2017-05-08 05:19:11 -07:00
parent 55e435c741
commit b73b531d62
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}