You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GateSocket.Start(
procedure(const AListen: ICrossListen; const ASuccess: Boolean)
begin
if not ASuccess then begin
Application.MessageBox('监听端口被占用,请更换监听端口后重新启动!!!', '提示信息',
MB_OK + MB_ICONERROR);
Exit;
end;
end
);
The text was updated successfully, but these errors were encountered:
GateSocket.Start(
procedure(const AListen: ICrossListen; const ASuccess: Boolean)
begin
if not ASuccess then begin
Application.MessageBox('监听端口被占用,请更换监听端口后重新启动!!!', '提示信息',
MB_OK + MB_ICONERROR);
Exit;
end;
end
);
The text was updated successfully, but these errors were encountered: