[Fix] Socket quick fix (#157)
This commit is contained in:
@@ -88,7 +88,7 @@ public sealed class UtkaTCPSession : TcpSession
|
||||
if (i + 1 == handles.Length && !BufferCahce.EndsWith("&%^sep^%&"))
|
||||
continue;
|
||||
|
||||
if (handle.Length == 0 || !handle.StartsWith("{\"") || !handle.EndsWith("\"}"))
|
||||
if (handle.Length == 0 || !handle.StartsWith("{") || !handle.EndsWith("}"))
|
||||
continue;
|
||||
|
||||
var pos = BufferCahce.IndexOf(handle);
|
||||
|
||||
Reference in New Issue
Block a user