-
Notifications
You must be signed in to change notification settings - Fork 420
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
Provider crashes if not polled ?? #325
Comments
Looks like this could be the same issue as #280. What platform are you running this on? iOS or Mac? |
Hi Mage, I am using on Mac, I will try the work around used in that thread |
Hey Mage, do you know why the timeout was set to 600 for the wait ??
The default server keep-alive is 7200000, I think the timeout should be increased this timeout or you need to set your Channel.Argument.keepAliveTime(600) when creating the client Otherwise '-1' just sets the timeout to time in distant future ("the workaround") Ill make a pull request on the weekend, which method would you prefer ? |
Hi All,
My Provider Server crashes if it is not polled for awhile
In Server.swift it is crashing on this line:
I have attached the trace from Xcode not sure where to beginning in trying to find
The text was updated successfully, but these errors were encountered: