0

I am looking at implementing Wisper into an existing Rails application... I have been running the examples as a POC and I don't see a way to set up Events to be asynchronous when setting up listeners globally.

Is this not possible?

El Guapo
  • 5,581
  • 7
  • 54
  • 82

1 Answers1

1

Have you tried this:

Wisper.subscribe(MyListener.new, async: true)
Kris
  • 19,188
  • 9
  • 91
  • 111