Andrea Selva
Andrea Selva
Please could you share a repository with a minimal project that manifest it?
Moquette doesn't support officially Android, in general is ownership of who integrate Moquette into their apps to resolve such issues, but if you can isolate or describe well what the...
Superseeded by #691
This is already fixed by #630, please @timeway could you check if it solves your issue and in case close the PR please 🙏 ?
@iiliev2 maybe you could open a new discussion in GH: https://github.com/moquette-io/moquette/discussions
@xinzhongtianxia Moquette has been reworked a lot since `0.9` version, now it's on `0.16`, now there are queues and in flight windows, so this bug shouldn't happen again in this...
The CI fails is on integration test: ``` ./gradlew clean runIntegrationTests -PrubyIntegrationSpecs="specs/install_java_plugin_spec.rb" ``` with the error: ``` Starting Logstash: /home/andrea/workspace/logstash_andsel/build/logstash-8.7.0-SNAPSHOT/bin/logstash ["-f", "/tmp/studtmp-cdbbf93353cd54233dc1f5b5673a7c672d9b3325dca6fbc098596664f4a3", "--path.settings", "/tmp/studtmp-0fcba89b07f26b3d5f27f2ab6f8f4d490f8609192c84228c1a6dfa19532b"] (pwd: /home/andrea/workspace/logstash_andsel/qa/integration) Logstash started with PID...
As reported in [Oracle blog](https://blogs.oracle.com/javamagazine/post/java-20-gems-jdks), a new `G1 Concurrent GC` JMX Bean is published to track `remark` and `clean` phases times spent. ``` GarbageCollectorMXBean for remark and cleanup pause time...
As reported in https://github.com/jruby/jruby/issues/8061#issuecomment-1908807511 JDK 21 `LinkedHashMap` introduce a new method (`map`), not present in JDK 17 and that interfere with JRuby map method.
As reported in https://github.com/jruby/jruby/issues/8061#issuecomment-1933009986 the fix will be included in JRuby `9.4.6.0`. The temporary fix would be to add ```ruby java.util.LinkedHashSet.remove_method(:map) rescue nil ``` in rspec bootstrap script: https://github.com/elastic/logstash/blob/4e98aa811701cb9940984d2b43d62ee81d46c6b0/lib/bootstrap/rspec.rb#L18