-
Reporting client version: 514.1589
## Round ID:
[212235](https://scrubby.melonmesa.com/round/212235)
## Testmerges:
- [Trying to qdelete a callback now lags the server instead.](https:…
-
### Summary of problem
I have been trying to debug an issue in a FastAPI/OpenAI application where, upon calls to OpenAI (Creating embeddings for example), or for example the following
```
@ro…
-
```
May 10 20:56:40 pistomp systemd[1]: Started MOD-ALA-PI-STOMP.
May 10 20:56:40 pistomp sudo[9459]: pam_unix(sudo:session): session closed for user root
May 10 20:56:42 pistomp jackdrc[440]: port…
-
### Description of Problem / Feature Request
when calling Clair it always return OK
### Expected Outcome
Clair should report vulnerabilities
### Actual Outcome
```
clairctl --iss quay …
-
In my app i have a frontend that connects via gateway to two instances of the same microservice, configured with an external rabbitmq broker, everything is good if i launch only one instance, the foll…
-
Hello, I have question about authentication header adding while subscribing to server.
I am trying to do it like this:
```
{ this.clientRef = client }}
onConnect={ () => { this…
-
Currently, the session and server IDs only get generated once - when the `StompConfig` is created. This can lead to the following issue:
1. Connect to SockJS Server
2. End connection without properl…
-
`setPreservePublishOrder(true)` doesn't seem to guarantee that the client receives messages in the order of publication. I still need to account for server responses arriving out-of-order on the cli…
-
### Prerequisites
- [ ] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [ ]…
-
If `StompClient#deactivate()` is called after the `StompHandler#_connectToStomp()` has been issued but the `CONNECTED` frame has not yet been received, the client is not sending the `DISCONNECT` comma…