rmeister commented on pull request #265:
URL: https://github.com/apache/plc4x/pull/265#issuecomment-967259531
Finally, I had some time to come back to this. Our TwinCat version is 2.11.0
(Build 2623).
@splatch I took your test code with this handler:
```
r.getSubscriptionHandle("field1").register(plcSubscriptionEvent ->{
for (String fieldName : plcSubscriptionEvent.getFieldNames()) {
System.out.println("String: " +
plcSubscriptionEvent.getString(fieldName));
}
} );
```
I didn't get any errors, so my theory that both arguments of
`addChangeOfStateField` have to be the same is wrong.
Did you get an error/exception or no response at all?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]