function TfMAIN.RunWSServer( nPort: Integer): Boolean;
begin
Result := True;
if( sgcWebSocketServer.Active = False )then
begin
With sgcWebSocketServer.Bindings.Add do
begin
IP := '127.0.0.1';
Port := 80;
end;
With sgcWebSocketServer.Bindings.Add do
begin
IP := '127.0.0.1';
Port := 443;
end;
Error Message On Work page(client) of TMS Web Core.
JINRYO.js:1 WebSocket connection to 'wss://localhost.hpms.kro.kr/JINRYO/JINRYO.html' failed:
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »