Hi,
my application communicates with MK via c# class(http://wiki.mikrotik.com/wiki/API_in_C_Sharp). If I send a little(30) of records queue tree, sometimes mikrotik some(1-10) record not add. If is delay between record(50 ms), it is better.
Mangle that do not like QT, mangle is ok.
Please, how can I solve this problem?
to make it clear - if you send in commands to create entries in queue tree and there are a lot of commands, then first ones are not executed? In other parts of RouterOS that does not cause any problem.
you only send. what about reading? there’s response from server after each command =)
p.s. about your example: API can execute several commands simultaneously and asynchronously, so if you send a command that will create a parent and then a command that will create child - you can receive fail if parent is still not created. so first you need to get response that parent is created - and now you can use it in following commands