Re: [twsocket] Generating userlist loop makes fake uers :(

2016-02-13 Thread Angus Robertson - Magenta Systems Ltd
> is there anyway I can contact you in real time You have my email address. But it's end of the day here now. Angus -- 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.overby

Re: [twsocket] Generating userlist loop makes fake uers :(

2016-02-13 Thread Simon Lewis
Oo yea i totally forgot about it angus man I been doing soo many late nights I dont no if am coming or going I not had any sleep today ill add debugging right now is there anyway I can contact you in real time ? -Original Message- From: Simon Lewis Sent: Friday, February 12, 2016 7:48

Re: [twsocket] Generating userlist loop makes fake uers :(

2016-02-13 Thread Angus Robertson - Magenta Systems Ltd
> but problem am > having if a person leaves/disconnects due to internet the list is > not built correctly so has ClientSocket0002 as name its a pain. Which you are asked about 10 days ago, have you implemented by recommendations yet? Angus -- To unsubscribe or change your settings for TWSock

Re: [twsocket] Generating userlist loop makes fake uers :(

2016-02-12 Thread Simon Lewis
List is generated for each room user is not disconnected from server only redirected to a new room so the disconnect/connect would only work if person left server fully but way system is designed users connect and then move freely to many lobby's and rooms. using Client[i].room OR client[i].lo

Re: [twsocket] Generating userlist loop makes fake uers :(

2016-02-11 Thread François Piette
> my code below it generates a userlist for my chat system now the problem am > having when it generates > list and some one is logging in or out while generating the list it will do > fake names that don't exist As Angus already answered, if the message pump is not called inside your loop (Di

Re: [twsocket] Generating userlist loop makes fake uers :(

2016-02-10 Thread Angus Robertson - Magenta Systems Ltd
> I looked this up and it maybe this issue here, Being a chat > system and assuming SocketServer.Client is the list of connected > users, is it possible that users are connecting and disconnecting > while you are still iterating the list of users? Assuming your server is not using any threads,

[twsocket] Generating userlist loop makes fake uers :(

2016-02-10 Thread Simon Lewis
Hello All, Ok I got a problem with my code below it generates a userlist for my chat system now the problem am having when it generates list and some one is logging in or out while generating the list it will do fake names that don't exist function GetLobbyUsers(const aLobbyID: string): string