fabioportieri
fabioportieri
seems like a bug in the jdk https://bugs.openjdk.org/browse/JDK-8044727 tho it's marked as resolved i had the same issue, and switching it to use jdk11 didn't solve it either
in case anyone is wondering for a jhipster application i solved with the following, in the main tsconfig.json file: ``` "include": [ "src" ], "exclude": [ "src/test/javascript/cypress" ] ```
same problem, with spring boot 2.7.3 and rabbitmq 3.11, angular as client is there a workaround? maybe implementing a custom heartbeats mechanism?
i think i may have found the reason, at least in my case, given this log: ``` 2023-04-05T16:50:36.608+02:00 TRACE 11760 --- [boundChannel-99] o.s.w.s.adapter.NativeWebSocketSession : Sending TextMessage payload=[a["\n"]], byteCount=7, last=true], StandardWebSocketSession[id=cb107f0a-8291-a48b-62fe-0daf796a5f1b,...
i solved my issue, actually there was not need to mess with netty/reactor or spring, since the problem was in my rabbitmq broker, the problem went away once i configured...
ho lo stesso problema, in quanto devo integrare il pulsante su un frontend angular, e non so come fare con la versione minificata. Suggerimenti?
i have the exact same issue, just opened a ticket: https://github.com/spring-projects/spring-boot/issues/34026 i managed to reproduce it with a brand new application, it happens in distinct windows machine (win10 and win11)...
docker becomes completely unresponsive even from commandline, the only thing i can do is to restart the machine, the issue has been reproduced in two different windows machines (win10 and...
yes, docker desktop, updated to latest version v4.16.3, for windows this is my docker info Client: Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc., v0.10.0) compose: Docker...