As far as I know, each user got its own instance of sensorshell, and those instances are cached (i.e. next time you sent data for the same user, the code is not creating new instance). I guess you need to call set tool before using each instance. For my commit data, it seems this is the case.
Yup, this could also be the problem. Cheers, Philip
