Commit fc68d88d by Michael Brachmann

bug

parent 5a9f2cbe
......@@ -72,7 +72,7 @@ begin
case Msg.MessageType of
TWebSocketMessageType.Text:
begin
MsgStr := Msg.AsText;
MsgStr := TEncoding.Default.GetString(Msg.Data);
Logger.Log(1, 'Web Socket Message: ' + MsgStr);
end;
//TODO: HERE we need to create a map to store connections for later
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment