i dont why works on local network and not work in internet connection...

Sent from [ProtonMail](https://protonmail.ch), encrypted email based in 
Switzerland.

> -------- Original Message --------
> Subject: Re: [twsocket] Twsocket Problem over Internet.
> Local Time: November 11, 2017 9:01 AM
> UTC Time: November 11, 2017 11:01 AM
> From: francois.pie...@skynet.be
> To: 'ICS support mailing' <twsocket@lists.elists.org>
>
>> Your receiving is also likely to fail, LineMode should not be used when
>> you expect binary data,
>>
>> Agreed.
>>
>> and makes a program more complex than necessary swapping back and forward
>> while receiving, checking line end is not very hard.
>>
>> Disagreed.
>> What would be easier for Fatimire is to send the image length a single
>> integer (4 bytes is probably enough) instead of a text line. It is easier
>> because the length is fixed. When receiving, it is enough to check if the
>> first 4 bytes are received and the get the length without further parsing.
>>
>> The code should be written using pure event driven, without wait loops.
>>
>> Fatimire should read the following documentation:
>> http://wiki.overbyte.eu/wiki/index.php/Asynchronous_Paradigm
>> http://wiki.overbyte.eu/wiki/index.php/Sending_and_receiving_data
>>
>> --
>> francois.pie...@overbyte.be
>> The author of the freeware multi-tier middleware MidWare
>> The author of the freeware Internet Component Suite (ICS)
>> http://www.overbyte.be
>>
>> --
>> To unsubscribe or change your settings for TWSocket mailing list
>> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
>> Visit our website at http://www.overbyte.be
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to