We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b0e22 commit bedc507Copy full SHA for bedc507
modules/network/buffered_fd.cpp
@@ -236,6 +236,7 @@ void BufferedFd::onReadCallback(short)
236
}
237
} else { //! 读出错了
238
if (errno != EAGAIN) {
239
+ sp_read_event_->disable();
240
if (error_cb_) {
241
++cb_level_;
242
error_cb_(errno);
version.mk
@@ -21,4 +21,4 @@
21
# TBOX版本号
22
TBOX_VERSION_MAJOR := 1
23
TBOX_VERSION_MINOR := 11
24
-TBOX_VERSION_REVISION := 2
+TBOX_VERSION_REVISION := 3
0 commit comments