-
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
please help me about "Received method" #29
Comments
Hi, are you saying you're able to call a method on your server, but have a problem when the server tries to send a message to your client? Do you have any code to share? |
when i set SwiftR.useWKWebView = true Error: Optional({
}) Disconnected." Please help me!!! On Wed, Feb 24, 2016 at 12:58 AM, Adam Hartford [email protected]
|
If it works with UIWebView, but not WKWebView, it could be that you haven't enabled CORS for your SignalR server. If not, I'll need to know what version of SignalR you're using and if you're able to use your server with a plain JavaScript or other client, to prove that the server is working. |
Hi Adamhartford, I am having the same issue. In my case server is working fine because when I use signalR it works but having an issue of hubProxy callbacks methods not getting invoke thats why I switched to swiftR. SwiftR.useWKWebView = true
|
Hi Adamhartford,
}) while anothers send a msg to me On Mon, Feb 29, 2016 at 8:17 PM, AltafRehman [email protected]
|
i have a problem with method receive message from server
i don't know why i alway received the msg like that: "{
A = (
);
H = ChatHub;
M = onUserDisconnected;
}"
help me!!!
The text was updated successfully, but these errors were encountered: