Tim Hansen
Tim Hansen
I just got private chat working with private pub, but am having trouble differentiating between the sender and recipient of a message. When the message is published to the recipient,...
In addition to a channel, I need to send a conversation ID as a parameter to my server. Is that something I can accomplish with this library? When my web...
Hello, I have a Rails 5 application that was working with Active Job & resque. I tried implementing resque-status, and when I replace `PopulateJob.perform_later(file)` with `PopulateJob.create(file)`, the job gets queued,...