Hopefully this makes sense.
I am trying to send an event from my transport class to the provider class using self:Event(self.Events.AnEvent), the event is never seen. If I send the same from my component class, then my provider class sees the event.
How do I do the same from my transport class?


Reply With Quote