Sebastian Wessel

Results 9 comments of Sebastian Wessel

I had similar issues. See official documentation: > nyc will instrument all files if the --all flag is set or if running nyc instrument. In this case all files will...

Is it expected, that auto-reconnect is not possible, if you exceed the size of a single message? As far as I've seen, the broker should only cancel the single message...

are you sure @JaylinYu ? I'm on Version: v1.9.2 The fields in the connection settings are available, the UI shows the banners "Reconnecting" and you can see in broker log...

@ysfscream Yes, I have same settings as you mentioned in screenshot. As soon as I send a message with too large content, the connection breaks, MQTTX goes in some re-connection...

@ysfscream I've tried to send the same message with QOS 0 In this case, the connection gets also closed on invalid messages, but the auto-reconnect works at least in MQTTX...

@yusukebe `ci-schema-validator.yml` is added to github workflows From my side, there is no rush, and it's fine to focus on 4.0

Updated the pr Also changed the typeschema packages to their new nameings - here I'm not sure if this package should use the [@typeschema/main](https://github.com/decs/typeschema/tree/main/packages/main) or [@typeschema/all](https://github.com/decs/typeschema/tree/main/packages/all) (currently used) see: https://typeschema.com/#quickstart

@yusukebe makes sense. what do you think about the included packages. should it use `all` which is larger, but without the need to add peer-dependencies, or should it use `main`...

@yusukebe renamed it. I also switched to the `main` instead of all. Here, the user needs to add peer dependencies, depending on the requirements