mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fix sessionId
This commit is contained in:
parent
feff77fb33
commit
0a32f99fbd
@ -98,7 +98,7 @@ namespace musik { namespace core { namespace net {
|
||||
|
||||
ClientPtr rawClient;
|
||||
Connection connection;
|
||||
const std::string& sessionId;
|
||||
std::string sessionId;
|
||||
boost::asio::io_service io;
|
||||
std::unique_ptr<std::thread> thread;
|
||||
mutable std::recursive_mutex mutex;
|
||||
|
Loading…
Reference in New Issue
Block a user