Closed GoogleCodeExporter closed 9 years ago
Currently the NModbus slave is not thread safe, therefore if you're writing to
the
slave on ThreadA and reading from ThreadB you could encounter this exception. I
am
just beginning some work on a GUI which will require thread safety... it will be
added soon.
Original comment by sja...@gmail.com
on 6 May 2008 at 8:56
I'm just wondering what you actually meant with the last part.
Will you add thread safety to the slave or will you add an example gui that
will
enforce thread safety?
Regards,
/ Fredrik
Original comment by fredrik....@isg.se
on 6 May 2008 at 9:19
I will modify the DataStore class to be thread safe. As a result using the
NModbus
master API to read/write an NModbus slave's data will be thread safe.
Original comment by sja...@gmail.com
on 6 May 2008 at 9:48
Fixed with version 1.7
Original comment by sja...@gmail.com
on 19 May 2008 at 2:00
Original issue reported on code.google.com by
fredrik....@isg.se
on 6 May 2008 at 7:52