Re: Doesn't seem to be connecting! - WeOnlyDo Discussion board

Re: Doesn't seem to be connecting! (General questions)

by wodDamir, Saturday, August 21, 2010, 14:05 (5207 days ago) @ nightwalker83

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


Complete thread: