[Gambas-user] Network Programming
T Lee Davidson
t.lee.davidson at gmail.com
Tue May 18 23:24:02 CEST 2021
On 5/18/21 10:59 AM, PICCORO McKAY Lenz wrote:
> is pretty difficult to understand but it seems managing client sockets is a bit more elaborated, so we must iterate in all our
> connected clients using LAST until we have all the required information right?
>
No, LAST is a handle on the socket that triggered the latest Socket_Read() event. There's no need to iterate through the
connected sockets to see which one received the current message from its client.
--
Lee
More information about the User
mailing list