More work on client and server
This commit is contained in:
@@ -149,7 +149,7 @@ public:
|
||||
driven_->drv_get_new_closed(chans);
|
||||
for (int chid : chans) {
|
||||
if (socket_[chid] != INVALID_SOCKET) {
|
||||
assert(closesocket(socket_[chid] == 0));
|
||||
assert(closesocket(socket_[chid]) == 0);
|
||||
socket_[chid] = INVALID_SOCKET;
|
||||
connected_[chid] = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user