Rémi Mercier

Results 1278 comments of Rémi Mercier

I don't expect 2 instances of the LHM backend running at the same time to play along nicely.

Quite simply if 2 instances don’t ask the same thing to a control. If one expects default behaviour and one does a SetSoftware, that state is not shared. The first...

@zeule Well if some ressources are locked for some reason by 1 instance while the other try to initialize, it might miss some sensors, I don't know, race conditions can...

Made an attempt at some point but lacked support. https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/pull/386

@JamesSauter As @Svek said, do you get readings from the standalone LHM app?

@whatisboom I may have commander pro support. If you are willing to give it a shot, I will post a branch soon.

@bin101 https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/pull/658

@bin101 my guess is that I read my values wrong from the readbuffer. I'm probably doing the following read in the wrong way. ```c# // big endian 2 bytes response...

> I will try it with your refactoring today. Do you even have a Commander Pro to test it? No I don’t, can push the basic idea and structure, but...

@bin101 ehhhh, well there is not much to merge, you basically redid the whole thing with a different structure. Why did you rewrite it all?