can someone help me with this,
I added wisper-sidekiq in my gemfile, and when I tried to broadcast event with async: true it is failing with error
Psych::DisallowedClass:
Tried to load unspecified class: Listener::Studentlistener
whereas if I set the async: false it is working fine
wisper-sidekiq version: 1.0 sidekiq-version: 6.5 rails version: 6.1
I tried setting async: false it is working fine, but when I set async: true it's not working