min
min
Thx for quick response! For the game information, sry I can't, I afraid it against the ToS. Or is there any way I can provide it in privately? more environment...
Omg, I try the [MMTestFix.zip](https://github.com/BepInEx/BepInEx/files/9275584/MMTestFix.zip) you provide, it work now, both prefix and postfix work well. Hope we'll have a release version soon. Thx
> MQTT client is single threaded What's the problem is that? Isn't the whole Vert.x verticle single thread(event loop thread)? btw, I put all these code in one verticle, is...
> And it would be also great if you would share your results/measurements afterwards sure, but I don't know how to make it right. I'm trying to generate(publish) mass messages...
So MQTT is not a good solution for high concurrent messages system?
> a single broker/client able to handle millions of messages per second. How? Theory, a single client can only handle 65535 concurrent messages(in fact, it can only handle 20K messages...
Yes, I know `setUseIsoFormat`. I create this issue to discussion is there any chance to change it to true by default. The reason I already said in first comment. This...
Yes, I can do that, but I want make it default without any config.
Yes, I already did it, you can see https://github.com/openrewrite/rewrite-migrate-java/issues/481#issuecomment-2126619941 I quote some relate text here. > 1. The DependencyInsight seems not support non-ResolvedDependency. > Means when we have direct dependency,...
does this support mysql? I tried `schemaPattern` but no luck, it still fetch all table. according this: https://stackoverflow.com/questions/2780284/how-to-get-all-table-names-from-a-database maybe we need pass the category arg here? https://github.com/smartnews/jpa-entity-generator/blob/master/src/main/java/com/smartnews/jpa_entity_generator/metadata/TableMetadataFetcher.java#L34