Patrick Boettcher
Patrick Boettcher
Your PR seems to be out-of-date and out-of-sync with the title. Could you renew it or close it?
@v-zhuravlev I think it would help the integration (if Stephane finds the time) if there would a test for this functionality. Having said that, I know that, I wouldn't know...
For the documentation part you can inspire yourself with what's done in `modbus_tcp_connect()`. For the testing part, ideally we'd also support rtutcp-server here in libmodbus (if that makes sense) then...
I think it will be included. It's just a question of time.
I think @epsilonrt wants to handle messages of different masters in his multi-master-implementation. I did the same thing in my server-callback-fork. When handling multiple clients/masters within one server/slave-instance this is...
Interesting. Your schema is using recursion. If your schema is valid then there is a bug in this project which prevents this schema to be parsed.
OK, I found the problem: `$defs` is not the correct name for defintions in draft7, (it is `definitions`), so `$defs` is considered an `unknown keyword` - which is allowed to...
Glad you found a workaround, but the error you got is still a bug and needs to be fixed.
Default values are not recursively evaluated it seems. What do you think @martin-koch ?
@ChristianReese I tried your code and see the same thing. One solution could be to automatically create a tree of default-values and as such create nested default-values, but then the...