bugfix: client send

This commit is contained in:
云风
2012-08-07 17:28:28 +08:00
parent 60cdbf4693
commit 667f41edad

View File

@@ -29,8 +29,9 @@ _cb(struct skynet_context * context, void * ud, int session, const char * addr,
case EINTR:
continue;
}
return;
}
assert(err == sz +2);
return;
}
}