Reputation: 2209
I was testing my program written in C++ client and server. And it was running allright, suddenly it stops to work, giving me this error code Error Code: 10054 I don't know what to do to correct it, don't know what is the real problem, already tried a lot of things without success. Thanks
Upvotes: 1
Views: 3915
Reputation: 4948
Most Probably your Client is closed and server is writing to a closed client.
Upvotes: 2