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
I will close this issue as it is not a top priority at the moment.
We already made some decouples of the API in the past here: #55
At the moment even if it's possible to run the client in parallel on the two different modes: normal, and with sub-entry-batch enabled I don't think it will really be a common case so at the moment we will focus on other improvements.
We will come back to it in a next iteration if needed
The messages in
send
andsend_sub_entry
can be handled separately in the_timer
task like this:And redesign the
_send_batch
: the argsync
is only used in functionsend_wait
, so it can be removed from_send_batch.
The text was updated successfully, but these errors were encountered: