We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the assertions and the exception messages are contradicting each other.
For example, if I have a ping interval of 1 second, must timeout duration be less or more than 3 seconds?
https://github.com/nhnent/toast-haste.sdk.dotnet/blob/f2d0d5a15e2244eb00f0eb7bf288676486ea03d0/HasteClientLib/NetworkConnection.cs#L117-L121
The text was updated successfully, but these errors were encountered:
@ghroot Thanks feedback~!! Yeah this is typo error 😢
Sorry, something went wrong.
No branches or pull requests
Currently the assertions and the exception messages are contradicting each other.
For example, if I have a ping interval of 1 second, must timeout duration be less or more than 3 seconds?
https://github.com/nhnent/toast-haste.sdk.dotnet/blob/f2d0d5a15e2244eb00f0eb7bf288676486ea03d0/HasteClientLib/NetworkConnection.cs#L117-L121
The text was updated successfully, but these errors were encountered: