-
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-swoole/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-swoole/issues?q=is%3Acl…
-
When one configures event listeners for a queue event:
```c#
...
var registration = provider.ConfigureEvents();
registration
.Register()
.Subscribe();
...
```
and `FooListener` isn't…
-
Dear RobotFramework AIO Team,
An issue has encountered while running the threading sample tests included in RobotFramework AIO version 0.13.0.
Error Description:
The test execution resulted i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'll preface this with I'm not sure if this is an actual bug or a function of the interesting…
-
### Bug description
I'm noticing that a lot of bad URLs, such as legacy URLs from WordPress and non-existent image paths, are being statically cached.
For example:
https://mysite.ie/app/upload…
-
I think I've followed the instructions:
```
var Redis = require('ioredis');
var client = new Redis({ port:redisPort, host: redisHost,
password: redisPass, keyPrefix: "Workers"
});
var su…
-
many listeners are called whilst locks are held which leads to deadlocks (see JENKINS-30057 for one example).
A listener may reasonably want to perform some action based on this which inevitably requ…
timja updated
6 years ago
-
Typical point-to-point (i.e. queue) semantics where e.g. multiple receivers are registered with a single queue and as soon as a message is pushed to the queue it will be processed by only 1 receiver (…
-
**Describe the bug**
A clear and concise description of what the bug is.
I have a working configuration with Mosquitto + a reverse proxy and I would replace it with nanomq.
My aim is forward the we…
-
This is more like a question than an issue, but i'd like to know what happens with the listeners (.process in particular) when no more messages get in the queue for a given message type. For example, …