HiIn the counter classical example of ODE, after each "init" request with the same variable name (foo for example), a new instance is generated and next messages (get, getAndIncrement, etc) are always correlated with the last instance only. Is there a way to drop an exception for the second "init" with the same variable name?
Thanks Amin
