fixed race condition

This commit is contained in:
orignal 2014-10-04 16:57:45 -04:00
parent 9750fb73b5
commit 6da55d10ab

View file

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