gmr/pamqp

Use warning.warn() instead of raising DeprecationWarning

Closed this issue · 1 comments

dzen commented

Hi,

Is it possible to warns for deprecation instead of raising an exception ?
The method RecoverAsync is depreciated but should imho warns with warnings.warn() instead of raising a DeprecationWarning shouldn't it ?

dzen commented

Closed since #13 is merged.