You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
…initialization
The result is:
_queue = nil
_acks = nil
Which cause problems with acknowledgements.
Which implies that inorder to use the library you must initialize with a delegate.
Issue pkyeck#176
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using init without setting the id delegate on initialization
The result is:
_queue = nil
_acks = nil
Which cause problems with acknowledgements.
Which implies that inorder to use the library you must initialize with a delegate.
That is incorrect.
Following changes allow init to be used if not used with a delegate and allow the library to function.
the pull request is available.
The text was updated successfully, but these errors were encountered: