netopeer2 icon indicating copy to clipboard operation
netopeer2 copied to clipboard

callbacks priorities

Open matkocc opened this issue 3 years ago • 1 comments

Hi,

I am wondering whether it is possible to increase the priority of callback over others callbacks from other modules. E.g. if I want set higher priority for 1 RPC callback over every other callback.

Netopeer2 v1.1.53

Thanks, Matko

matkocc avatar Feb 28 '22 08:02 matkocc

It does not make sense to want to set an RPC callback priority with regard to other RPCs. They are all independent and if possible executed concurrently.

michalvasko avatar Feb 28 '22 13:02 michalvasko