Christofer Dutz

Results 353 comments of Christofer Dutz

It does feel a bit different from the other parts of our API ... but I guess I would simply need to play around with it a bit. I gess...

I noticed while tracking down some issues in the EIP when connecting to my WAGO device, that also errors thrown in the handlers don't seem to arive at the user...

But as all is the same version anyway.... Not quite sure what the benefit is. I understand in spring and spring-boot this can be challenging, as everything is in different...

It seems that when "skipTests" is enabled, there are two modules missing: - black - deptry If I comment out the two executions requiring them (python-black, python-dependency-check), then I am...

The OPM module hasn't seen any serious contribution for many years. This is due to the fact, that the person who built it, no longer is active in the project....

Hmmm ... so I took your code and ran it against the current 0.13.0-SNAPSHOT and am not seeing any sort of isssue: ![Image](https://github.com/user-attachments/assets/49638276-9282-4b9e-84b3-894b5c3d85f5) But reading again, it seems to be...

Ok ... running it for longer shows the problem: ![Image](https://github.com/user-attachments/assets/9a3f2893-8801-484f-ac55-1163e2c8eda4) However from how I look at the code I think calling read repeatedly seems not quite the design-pattern the initial...

Ok ... so I think I've solved the mystery ... You were using the OPM the wrong way. However I don't blame you, I intuitively would have done it the...

I also updated the entity manager code a bit and now, by adding this method to your FooRxEntity class: ``` public void updateAllTheTags() { // Dummy ... } ``` You...

But admittedly I would strongly encourage you to not use the OPM path if you want to fetch many fields repeatedly. Using the PlcConnectionCache (https://plc4x.apache.org/plc4x/latest/users/tools/connection-cache.html) in combination with the normal...