socketry / async-websocket

Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
MIT License
166 stars 18 forks source link

Update README.md #15

Closed michelboaventura closed 4 years ago

michelboaventura commented 4 years ago

It seems to me the correct method here should be #connect. Using #open always give me:

NoMethodError: undefined method `write' for #<Async::WebSocket::Client:0x000055a219e78d38>
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 118


Totals Coverage Status
Change from base Build 117: 0.0%
Covered Lines: 257
Relevant Lines: 281

💛 - Coveralls
ioquatix commented 4 years ago

Thanks for catching this and updating the documentation.