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.
Cheers,
Cedric
Hongbing Kou wrote:
Hi, hackers,
I am done with CVS sensor. It works in my test environment. A side note
I want to make is that
sensorshell does not persist tool name anymore as before. We need to
specify tool name every time
we invoke doComment() to send sensor data to Hackystat server. Otherwise
tool name is defaulted
to ``sensor shell". Did somebody notice this?
Cheers,
Hongbing