mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-10 23:14:15 +00:00
fixed race condition
This commit is contained in:
parent
9750fb73b5
commit
6da55d10ab
@ -363,7 +363,7 @@ namespace stream
|
|||||||
m_LocalDestination->Sign (packet, size, signature);
|
m_LocalDestination->Sign (packet, size, signature);
|
||||||
|
|
||||||
p->len = size;
|
p->len = size;
|
||||||
m_Service.post (boost::bind (&Stream::SendPacket, this, p));
|
SendPacket (p);
|
||||||
LogPrint ("FIN sent");
|
LogPrint ("FIN sent");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user