<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Таймаут во время выполнения функции на встроенном языке Noda JS]]></title><description><![CDATA[<p dir="auto">const [broadcast_id, channel_id, username, user_id, date, game, game_id] = arguments;<br />
const zlib = require('zlib');</p>
<p dir="auto">const payload = [{<br />
event: "minute-watched",<br />
properties: {<br />
broadcast_id,<br />
channel_id,<br />
channel: username,<br />
user_id,<br />
live: true,<br />
hidden: false,<br />
muted: false,<br />
player: "site",<br />
location: "channel",<br />
logged_in: true,<br />
client_time: date || new Date().toISOString(),<br />
game,<br />
game_id,<br />
minutes_logged: 1,<br />
is_live: true<br />
}<br />
}];</p>
<p dir="auto">return new Promise((resolve, reject) =&gt; {<br />
zlib.gzip(Buffer.from(JSON.stringify(payload)), (err, compressed) =&gt; {<br />
if (err) return reject(err);<br />
const base64 = compressed.toString('base64');<br />
BAS_VARS["BASE64_ENCODING_RESULT"] = base64;<br />
resolve(base64);<br />
});<br />
});</p>
<p dir="auto">Ошибка в Noda JS Таймаут во время выполнения функции на встроенном языке</p>
]]></description><link>http://community.bablosoft.com/topic/32275/таймаут-во-время-выполнения-функции-на-встроенном-языке-noda-js</link><generator>RSS for Node</generator><lastBuildDate>Tue, 02 Jun 2026 18:20:43 GMT</lastBuildDate><atom:link href="http://community.bablosoft.com/topic/32275.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jun 2026 12:10:10 GMT</pubDate><ttl>60</ttl></channel></rss>