Hi,
I was trying to create a threaded tcp server which will create a new thread for each and every clients. so i passed the tcp socket descriptor to the corresponding thread. i have mapped the signal ready read in the same run function to the slot of an object created in the same thread's run. but i am getting an error. not actually an error but some run time problem. but on run time the clients are getting connected but, the ready read is not invoked even if data is sent. an exception is thrown by qt notifier.
please help me out to solve the problem
Nithin
Bookmarks