[GitHub] [plc4x] chrisdutz commented on pull request #545: feat(plc4go): Implementing the correct reading of BOOL types

2023-01-09 Thread GitBox
chrisdutz commented on PR #545: URL: https://github.com/apache/plc4x/pull/545#issuecomment-1375345033 Always happy to help educate :-) -- 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

Re: [DISCUSS] Having a in-person community meetup?

2023-01-09 Thread Christofer Dutz
Well … I was thinking of asking TAC and setting something up. As I mentioned. That would be quite a bit of work for me and the rest of the TAC folks. So we’d only do it if offering this, would make a great difference. Chris From: Xiangdong Huang Date: Monday, 9. January 2023 at 08:51 To:

Re: [DISCUSS] Refactor the PlcDriverManager in Java?

2023-01-09 Thread Christofer Dutz
So I noticed, while doing this That the DriverManager has the two “getConnection” methods, but a load of others about listing drivers, accessing driver implementations etc. So for now I settled with introducing a “PlcConnectionManager” interface and having the PlcDriverManager implement that