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

client should not override #send #32

Open
jtuttle opened this issue Aug 31, 2018 · 1 comment
Open

client should not override #send #32

jtuttle opened this issue Aug 31, 2018 · 1 comment

Comments

@jtuttle
Copy link

jtuttle commented Aug 31, 2018

The client defines a #send method that overrides the default Object#send method of a plain Ruby Object. This can cause problems when trying to use SimpleDelegator to wrap the client class, as the Object#send method is called on the SimpleDelegator wrapper object instead of it being delegated to the client object.

@unasuke
Copy link
Contributor

unasuke commented Dec 30, 2021

@jtuttle This repository was moved ruby-jp/websocket-client-simple. If you still need this, make pull request or issue to ruby-jp/websocket-client-simple again, thx.

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

2 participants