elastic-coders / pushpull

Websocket to rabbitmq gateway
MIT License
3 stars 3 forks source link

Long lived amqp channel for auth check #5

Open mpaolini opened 7 years ago

mpaolini commented 7 years ago

Currently each auth check opens (and immediately closes) a new amqp channel. This is sub-optimal.

Channel should be the same one the Exchanger uses