-
### Environment
- VerneMQ Version: vernemq-1.3.1-1.el7.centos.x86_64.rpm
- OS: centos 7.4
- Erlang/OTP version (if building from source):
### Expected behavior
- Please describe the expecte…
-
### Environment
- VerneMQ Version: 1.7.1
- OS: centos 7
- VerneMQ configuration (vernemq.conf) or the changes from the default
- Cluster size/standalone: 3 nodes
### Behavior
This issue ma…
-
-
I wish to run some code after deps have been fetched but before the Erlang code in the deps have been compiled into beam files.
Specifically I wish to run the [Gleam](https://github.com/gleam-lang/…
-
### VerneMQ basics
System & VerneMQ version like in my other issue #1163
```
vernemq version
```
shows an empty line for me. I believe I use version 1.7.1, because of the following line in my Doc…
-
> Don’t subscribe to #
> Sometimes it is necessary to subscribe to all messages, which are transferred over the broker, for example when persisting all of them into a database. This should not be done…
-
### Environment
- VerneMQ Version: 1.7.1 (built from source)
- OS: Raspbian April 2019
- Erlang/OTP version (if building from source): 21.3.3 (Erlang solutions built for raspbian)
- VerneMQ conf…
-
### Environment
- VerneMQ Version: 1.2.3
- OS: Docker
### Configuration
```
mqtt:
environment:
- DOCKER_VERNEMQ_LISTENER__MAX_CONNECTIONS=96000
- DOCKER_VERNEMQ_LISTENE…
trehn updated
5 years ago
-
### Environment
- VerneMQ Version:1.7.1
- OS:CentOS 7
- Erlang/OTP version (if building from source):NA
- VerneMQ configuration : see [vernemq.conf.txt](https://github.com/vernemq/vernemq/files/…
-
It would be nice to be able chaining auth hooks in different plugins. So that, we could reuse plugins from different authors more efficially.
For instance,
- `auth_on_register/5` hook of first plugin …