Re: Doesn't seem to be connecting! (General questions)
Nightwalker,
You can't use events with Blocking mode, since calling a method in an event could cause unexpected behaviour.
You should either use blocking, without events (they can be used, but not for calling component's methods). Or, non-blocking with events.
Can you please remove any method calls from events?
Regards,
Damba