[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^%&"))
|
if (i + 1 == handles.Length && !BufferCahce.EndsWith("&%^sep^%&"))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (handle.Length == 0 || !handle.StartsWith("{\"") || !handle.EndsWith("\"}"))
|
if (handle.Length == 0 || !handle.StartsWith("{") || !handle.EndsWith("}"))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
var pos = BufferCahce.IndexOf(handle);
|
var pos = BufferCahce.IndexOf(handle);
|
||||||
|
|||||||
Reference in New Issue
Block a user