Click here to Skip to main content
15,917,177 members

Comments by Abtin Bina (Top 7 by date)

Abtin Bina 24-May-16 6:19am View    
Deleted
thanks alot i think this way should help me alot
Abtin Bina 21-May-16 11:01am View    
thanks
Abtin Bina 21-May-16 10:47am View    
it is a websocket server for a game... for each user that connect to website i create a Client object and each user have a thread for send and recv data
i wanna set the thread of each user to his object
Abtin Bina 21-May-16 10:41am View    
or when i want to disconnect a client write something like it : clientObj.ClientThread.Abort()
Abtin Bina 21-May-16 10:38am View    
i use some private methods in Client class that the methods should have access to this thread