Manuel
Manuel
Hello, is it possible to create global hub as well as gobble connection and access it anywhere in my project... Can we make it ?
Whenever I try this code the error occurs `var hubConnection: SignalR!` ``` hubConnection = SwiftR.connect("myURL") -> error occurs here { } ``` I tried your code from demo project.
Hello, I am using this plugin in my angularjs project. As part of the requirement, I need to add a step dynamically on click event and I was able to...