AutosoftDMS / SignalR-Swift

SignalR client library written in pure Swift
MIT License
60 stars 55 forks source link

Unable to invoke Hub method #14

Closed zahid119 closed 7 years ago

zahid119 commented 7 years ago

My connect to Hub is established and I have connectionId as well. But I'm unable to call any server method and get following error everytime. message = "There was an error invoking Hub method 'chathub.updateCustomer'.";

zahid119 commented 7 years ago

Sorry, The issue was on server side. Method names were wrong.