Skip to content
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

Value of expiration #73

Open
raptorxcz opened this issue Sep 3, 2019 · 0 comments
Open

Value of expiration #73

raptorxcz opened this issue Sep 3, 2019 · 0 comments

Comments

@raptorxcz
Copy link

In file NWAppDelegate.m at row 247 is code:
case 3: return [NSDate dateWithTimeIntervalSince1970:300];
but I think correct code should be:
case 3: return [NSDate dateWithTimeIntervalSinceNow:300];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant