提交 584afd97 编写于 作者: R Roger A. Light

Allow breaking out of packet_write on error condition.

Change-Id: I1b239bbe8f607e4795108dc469c878d946e67216
上级 ca8336ed
......@@ -1556,7 +1556,7 @@ class Client(object):
self._current_out_packet = None
self._out_packet_mutex.release()
else:
pass # FIXME
break
self._current_out_packet_mutex.release()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册