mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Fixed incorrect memory access issues. (#109)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace usr
|
||||
const comm::comm_session &session;
|
||||
|
||||
// The messaging protocol used by this user.
|
||||
const util::PROTOCOL protocol;
|
||||
const util::PROTOCOL protocol = util::PROTOCOL::JSON;
|
||||
|
||||
/**
|
||||
* @param session The web socket session the user is connected to.
|
||||
|
||||
Reference in New Issue
Block a user