Hello stackoverflow..
Currently i'm working on a game bot which connects to game server using Socket and it receives data from the game server.
However Tab_1 got game connection setting ,Tab_2 holds a textbox which is game chat.
When i debug my app and connect to server directly without selecting Tab_2 and the bot receives chat data it append it to textbox which is at Tab_2.
now the problem , When i select Tab_2 the whole program freeze for about 1 minute and of course my socket disconnected also i can't fine the textbox!!
Thanks in advance.