try adding garlic and session tags to datagram destination

This commit is contained in:
Jeff Becker 2016-08-27 13:17:34 -04:00
parent abaf36a2de
commit 0b21fce94e
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
7 changed files with 300 additions and 51 deletions

View file

@ -701,6 +701,8 @@ namespace client
m_StreamingDestination = nullptr;
for (auto& it: m_StreamingDestinationsByPorts)
it.second->Stop ();
if(m_DatagramDestination)
delete m_DatagramDestination;
m_DatagramDestination = nullptr;
return true;
}