Re: Unhandled Exception in XMPP - WeOnlyDo Discussion board

Re: Unhandled Exception in XMPP (General questions)

by wodDamir, Tuesday, December 14, 2010, 15:33 (5094 days ago) @ gothic_coder

Ash,

Can you please contact us at techsupport@weonlydo.com and we'll prepare a sample of events implementation?

The _com_error (i can't say for sure since I don't know what exception is occuring) is most probably because you are calling methods one after another in non-blocking mode (Blocking = false). Blocking causes component to stop and wait for method to execute. That allows line-by-line execution, which is usually used in scripting environments.

Regards,
Damba


Complete thread: