search for: chatwork

Displaying 1 result from an estimated 1 matches for "chatwork".

Did you mean: natwork
2009 Dec 24
0
can't return array object from worker
...n object from backgroundrb worker I am trying to use xmpp4r and backgroundrb for my chat application. I am able to create a connectnion with XMPP4r through a worker in backgrounddrb. I have the problem in returning the object from the worker to my rails application. My code is as follows: class ChatWorker < BackgrounDRb::MetaWorker require ''xmpp4r'' require ''xmpp4r/bytestreams'' require ''xmpp4r/roster/helper/roster'' require ''xmpp4r/roster/iq/roster'' include Jabber Jabber::debug = true set_worker_name :chat_work...