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 c1e5b29 commit 501bb98Copy full SHA for 501bb98
fluent/sender.py
@@ -81,11 +81,12 @@ def close(self):
81
self._send_data(self.pendings)
82
except Exception:
83
self._call_buffer_overflow_handler(self.pendings)
84
+
85
+ self._close()
86
+ self.pendings = None
87
finally:
88
self.lock.release()
89
- self._close()
- self.pendings = None
90
91
def _make_packet(self, label, timestamp, data):
92
if label:
0 commit comments