adamhartford / SwiftR

Swift client for SignalR (iOS and Mac)
MIT License
174 stars 74 forks source link

Remove the listener of .on method #139

Open JigarPatel1991 opened 4 months ago

JigarPatel1991 commented 4 months ago

As per one of my project requirement have create two listener by using .on method but in one scenario want to remove one of them so not getting any such methods. If use stop() methods then it will fully disconnected.