-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"There was an error invoking Hub" Swift 4 #109
Comments
Any news? I can only receive messages but cannot invoke anything on the server. Even the callback does NOT get called... Ivce tried with a simpler message, only invoke a method, no parameters. Using Swift 4, Xcode 9.2, Pods Any help or workaround in here? |
More information: This is quite annoying and frustrating. Any advise guys? Thanks. |
Would someone be able to share an example project that demonstrates the issue, or show how it can happen using the Demo application? |
I'm afraid I can't do that. If I set the option Then the connection fails, so I guess the server doesn't have Cors enabled as the readme states. SignalR version is 2.2.2 though. |
Its working great on my side now. Here is my modal and the way it worked for me.
|
Hi everyone !
I am really stuck into this issue. I am passing these arguments:
let message = ["feedbackId": 79, "chatText": "Complex Test", "toId": "4b556216-20ca-4338-b055-6f8dbbaee5ff",
"fromId":userGuidID] as [String : Any]
My Arguments Output : This I am sending to server. Which is same as my Android fellow. I am receiving messages but not able to send.
{"chatText":"Complex Test","toId":"4b556216-20ca-4338-b055-6f8dbbaee5ff","feedbackId":80,"fromId":"67aaffb6-e403-4fcc-a208-fdec55bcc1f4"}
The text was updated successfully, but these errors were encountered: