mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
SyncableMessageQueue in progress
Co-authored-by: Jacob Molin <jacobmolin@users.noreply.github.com>
This commit is contained in:
committed by
VLLindqvist
parent
9b157d3a6c
commit
752408a9f9
@@ -28,6 +28,7 @@
|
||||
#include <ghoul/misc/assert.h>
|
||||
#include <ghoul/misc/profiling.h>
|
||||
#include <algorithm>
|
||||
// #include <ghoul/logging/logmanager.h>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
@@ -44,6 +45,10 @@ std::vector<std::byte> SyncEngine::encodeSyncables() {
|
||||
}
|
||||
|
||||
std::vector<std::byte> data = _syncBuffer.data();
|
||||
|
||||
// std::string msg = "_syncBuffer.size() (encodeSyncables):" + std::to_string(_syncBuffer.data().size());
|
||||
// LWARNING(msg);
|
||||
|
||||
_syncBuffer.reset();
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user