Open abhsss96 opened 7 years ago
I am trying to call a method in message block but it is not working.
message :chat?, :body do |m| TestRequestWorker.perform_async(m.reply) write_to_stream m.reply end
I am trying to call a method in message block but it is not working.