1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-01 14:51:24 +03:00
parent 05682b1e6b
commit 3d4bbb5f8b
2114 changed files with 43824 additions and 43803 deletions

View File

@@ -4,5 +4,5 @@
OPI_TCP.CloseConnection(Connection);
Address = "tcpbin.com:4243";
Tls = OPI_TCP.GetTlsSettings(True);
Tls = OPI_TCP.GetTLSSettings(True);
Connection = OPI_TCP.CreateConnection(Address, TLS);

View File

@@ -1 +1 @@
 Result = OPI_TCP.GetTlsSettings(True);
 Result = OPI_TCP.GetTLSSettings(True);

View File

@@ -2,3 +2,8 @@
Data = "Echo this!" + Chars.LF;
Result = OPI_TCP.ProcessRequest(Address, Data);
Address = "tcpbin.com:4243";
Tls = OPI_TCP.GetTLSSettings(True);
Result = OPI_TCP.ProcessRequest(Address, Data, , Tls);