Big sigh. Fixed push input.
This commit is contained in:
parent
14962f88e9
commit
8e2c8680f3
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ namespace Buffer {
|
||||||
do {
|
do {
|
||||||
thisStream->getWriteLock();
|
thisStream->getWriteLock();
|
||||||
if (thisStream->getStream()->parsePacket(thisStream->getIPInput().Received())){
|
if (thisStream->getStream()->parsePacket(thisStream->getIPInput().Received())){
|
||||||
|
thisStream->getStream()->outPacket(0);
|
||||||
thisStream->dropWriteLock(true);
|
thisStream->dropWriteLock(true);
|
||||||
packed_parsed = true;
|
packed_parsed = true;
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Add table
Reference in a new issue