1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-14 04:35:49 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-15 21:52:40 +03:00
parent 0ecc9df7b3
commit e131920b40
5 changed files with 5843 additions and 5840 deletions

File diff suppressed because it is too large Load Diff

View File

@ -212,6 +212,7 @@ Function ProcessRequest(Val Address, Val Data = "", Val ResponseString = True) E
Connection = CreateConnection(Address);
Result = SendBinaryData(Connection, Data);
Connection.CloseOutput();
If Result Then

View File

@ -212,6 +212,7 @@ Function ProcessRequest(Val Address, Val Data = "", Val ResponseString = True) E
Connection = CreateConnection(Address);
Result = SendBinaryData(Connection, Data);
Connection.CloseOutput();
If Result Then

View File

@ -212,6 +212,7 @@
Соединение = ОткрытьСоединение(Адрес);
Результат = ОтправитьДвоичныеДанные(Соединение, Данные);
Соединение.CloseOutput();
Если Результат Тогда