rabbitmq / rabbitmq-management

RabbitMQ Management UI and HTTP API
https://www.rabbitmq.com/management.html
Other
370 stars 165 forks source link

Add gen_server:call to PID on closing connection request #861

Closed acogoluegnes closed 3 years ago

acogoluegnes commented 3 years ago

This allows to send a closing message to non-direct, non-network connection processes.

The stream plugin will make use of it.