egametang Exception: kcp error, kcp point is zero288 线程id288 public static uint KcpCheck(IntPtr kcp, uint current) { if (kcp == IntPtr.Zero) { throw new Exception($“kcp error, kcp point is zero” + Thread.CurrentThread.ManagedThreadId); } uint ret = ikcp_check(kcp, current); return ret; }