mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed race condition
This commit is contained in:
@@ -363,7 +363,7 @@ namespace stream
|
||||
m_LocalDestination->Sign (packet, size, signature);
|
||||
|
||||
p->len = size;
|
||||
m_Service.post (boost::bind (&Stream::SendPacket, this, p));
|
||||
SendPacket (p);
|
||||
LogPrint ("FIN sent");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user