Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Init login method default value 'AMQPLAIN' #214

Closed MelvinLikeABird closed 4 years ago

MelvinLikeABird commented 4 years ago

In the init.py file The default value of login_method is 'AMQPLAIN'.

In protocol.py there is a warning : logger.warning('only PLAIN login_method is supported, falling back to AMQPLAIN')

The new default value of login_method should be 'PLAIN'

dzen commented 4 years ago

https://github.com/Polyconseil/aioamqp/pull/215

dzen commented 4 years ago

Closed with https://github.com/Polyconseil/aioamqp/commit/f004c52275e62461c31afc3fce5e63d82e4c07e9