Christopher Bohlen

Results 4 issues of Christopher Bohlen

### Environment - VerneMQ Version: 1.12.x - OS: using Docker image `vernemq/vernemq:1.12.x` - VerneMQ configuration (`vernemq.conf`): ``` allow_anonymous = off allow_register_during_netsplit = off allow_publish_during_netsplit = off allow_subscribe_during_netsplit = off allow_unsubscribe_during_netsplit...

I forgot to bump the version in my fix for #317. @ioolkos Can you make a new release for this version? We need the missing sts permission.

### Environment - VerneMQ Version: 1.12.x ### Expected behaviour I expect the `on_client_offline` hook to be called when a client session is terminated because of a node shutdown. This was...