Big sigh. Fixed push input.

This commit is contained in:
Thulinma 2013-02-19 16:27:28 +01:00
parent 14962f88e9
commit 8e2c8680f3

View file

@ -182,6 +182,7 @@ namespace Buffer {
do {
thisStream->getWriteLock();
if (thisStream->getStream()->parsePacket(thisStream->getIPInput().Received())){
thisStream->getStream()->outPacket(0);
thisStream->dropWriteLock(true);
packed_parsed = true;
}else{