Thanks for your reply @SantoshSai As far as I understand, dynamic binding would keep the component (in this case, the event handler) active even if the service temporarily disappears. However, since the event handler is dependent on the service here, dynamic binding is unlikely to be helpful in thi...