mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
added a receive thread. fixed a bug where threads tried to join/delete themselves
This commit is contained in:
@@ -211,6 +211,7 @@ namespace openspace{
|
||||
std::thread *_connectionThread;
|
||||
std::thread *_broadcastThread;
|
||||
std::thread *_sendThread;
|
||||
std::thread *_receiveThread;
|
||||
std::atomic<bool> _isHost;
|
||||
std::atomic<bool> _isConnected;
|
||||
std::atomic<bool> _isListening;
|
||||
|
||||
Reference in New Issue
Block a user