It is not HasOut
.
I understand that when I send a message (SendFrame
), it does not mean it is really sent, but only queued until successfully sending it.
So when I would like to send another message there is no point in doing so if the first one was not actually sent (for me). In short -- I would like to work in such loop: send a message if the outgoing queue is empty, repeat.
I know how to send a message, but how to check if the queue is empty?
I use DealerSockect
if this makes a difference.