trying to figure out how to let the indexer send notifications to subscribers.
Problem: self is not mutable in a rpc_pubsub_impl so there is no way to make data (subscriptions, channels...) available to the outside world from within the subscribe method