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
Describe the bug
The rebind API applies the options passed to IM. While doing so, it "disables" functionality until its completed applying the new options (me.completed = false) but it does not fire any event when it completes. Calling IM methods (e.g. get) during the initialization process will result in Can't access data until binding complete. exceptions but there is no way to know when rebind is complete.
Note the log under the image contains "onConfigured" since it was fired after initialization completed
Click on Rebind
Note that the log hasn't changed
Expected behavior
Similar to the way initialization works, onConfigured should be fired (if defined) so that consumer knows when IM is ready for use again.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
The
rebind
API applies the options passed to IM. While doing so, it "disables" functionality until its completed applying the new options (me.completed = false
) but it does not fire any event when it completes. Calling IM methods (e.g.get
) during the initialization process will result inCan't access data until binding complete.
exceptions but there is no way to know whenrebind
is complete.To Reproduce
Steps to reproduce the behavior:
Rebind
Expected behavior
Similar to the way initialization works, onConfigured should be fired (if defined) so that consumer knows when IM is ready for use again.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: