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
Hello.
This issue has the same meaning as Issues #7. It was displayed when the websocket's connection was disconnected.
`on_shutdown': wrong number of arguments (given 1, expected 0) (ArgumentError)
The current EventManager is as follows.
def on_shutdown(event) @pinger.cancel if @pinger super end
I think that it is as follows.
def on_shutdown(event) @pinger.cancel if @pinger super() end
By the way, I am using ruby 2.5.1.
The text was updated successfully, but these errors were encountered:
kevbob1
No branches or pull requests
Hello.
This issue has the same meaning as Issues #7.
It was displayed when the websocket's connection was disconnected.
The current EventManager is as follows.
I think that it is as follows.
By the way, I am using ruby 2.5.1.
The text was updated successfully, but these errors were encountered: