<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Sockets]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12499</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12499&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Sockets».]]></description>
		<lastBuildDate>Sat, 25 Feb 2017 14:59:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Sockets]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113256#p113256</link>
			<description><![CDATA[<p>Не успевает, наверно, получатель прочитать одно слово, как уже приходит другое. Если посылка и приём не синхронизируются, то что же тут удивительного.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Sat, 25 Feb 2017 14:59:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113256#p113256</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Sockets]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113255#p113255</link>
			<description><![CDATA[<p>WTF? Почему вы сюда пишете, а не автору библиотеки?<br />Кто здесь должен срочно разобраться в библиотеке размером &gt;1000 строк и дать вам ответ?<br />Порядочные люди начинают с Issue на github.</p>]]></description>
			<author><![CDATA[null@example.com (stealzy)]]></author>
			<pubDate>Sat, 25 Feb 2017 14:26:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113255#p113255</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Sockets]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113254#p113254</link>
			<description><![CDATA[<p>Здраствуйте, наблюдаю такую проблему. Если быстро отправлять текст через AHKsock_Send, то на Listen&#039;e он соединяется с прошлым.<br />Например:<br /></p><div class="codebox"><pre><code>;Клиент
Loop 100
{
sText := &quot;Test&quot; A_Index
AHKsock_Send(iSocket, &amp;sText, StrLen(sText) * 2)
}
</code></pre></div><p>Получаем:<br /></p><div class="codebox"><pre><code>
Test1
Test2
Test3
Test4Test5Test6
Test7
Test8
...
Test99Test100
</code></pre></div><p>В чем проблема?<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>AHKsock lib - <a href="https://github.com/jleb/AHKsock/blob/master/AHKsock.ahk">https://github.com/jleb/AHKsock/blob/master/AHKsock.ahk</a><br />Вот пример кода - <a href="https://yadi.sk/d/_8qi86td3EaP6i">https://yadi.sk/d/_8qi86td3EaP6i</a></p></div></div><p><span style="color: red">* Добавил пример кода в спойлер.</span></p>]]></description>
			<author><![CDATA[null@example.com (MandarinKa02)]]></author>
			<pubDate>Sat, 25 Feb 2017 14:08:44 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113254#p113254</guid>
		</item>
	</channel>
</rss>
