Project

General

Profile

« Previous | Next » 

Revision f8c25bdc

Added by Marc Dequènes over 13 years ago

  • ID f8c25bdcf114ecd49e13d0cfc366ed4e86d11652

[evol] added convenience method to CALL directly from a thread

View differences:

lib/cyborghood/cyborg/conversation.rb
@conversation.delete_thread(self)
@session.clear
end
# convenience method
def call(*args, &callback)
@conversation.protocol.send_request_call(self, *args, &callback)
end
end
class Message

Also available in: Unified diff