Commit 7b2117dc authored by Paul Dardeau's avatar Paul Dardeau
Browse files

Added send_no_async

parent fd01bcd2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -365,6 +365,9 @@ class BaseClient(object):
            else: done = True
        return m,cmd,value

    def send_no_ack(self, header, value):
        self.network_send(header, value)

    def next_batch_id(self):
        return self._batch_id.next()