Hi i have a little problem,
I’m creating the socketserver, no problem with that
myserver = new ServerSocket( 33522, 100 );
but after when i ask him to accept() connection, it froze my application
connexion = myserver.accept();
Tell me where i m wrong
Thanks
Phil