<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Sockets]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12499&amp;type=atom" />
	<updated>2017-02-25T14:59:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12499</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Sockets]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113256#p113256" />
			<content type="html"><![CDATA[<p>Не успевает, наверно, получатель прочитать одно слово, как уже приходит другое. Если посылка и приём не синхронизируются, то что же тут удивительного.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2017-02-25T14:59:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113256#p113256</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Sockets]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113255#p113255" />
			<content type="html"><![CDATA[<p>WTF? Почему вы сюда пишете, а не автору библиотеки?<br />Кто здесь должен срочно разобраться в библиотеке размером &gt;1000 строк и дать вам ответ?<br />Порядочные люди начинают с Issue на github.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-02-25T14:26:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113255#p113255</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Sockets]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113254#p113254" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2017-02-25T14:08:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113254#p113254</id>
		</entry>
</feed>
