You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def _post(self):
while not self.stop_flag or (time() - self.stop_time) <= self.close_wait:
items = self._get_batch_log_items(self.put_wait)
if not items:
continue
# 发送逻辑