hi,
so got a question regargind sending a handler, i have a class for UpdateClient and it has a queue that holds data. this data sould be sent to ether P1 or P2 which are instances of process. Proxy anoher class has to keep track on who is the promary processor whether it is P1 or P2.
in the P1 instance i created an bool value if P1 is the primary it is set to true. how do i get this value from Proxy?
howp i explained the question clearly.
thanks