Druid
                                            Druid
                                        
                                    Now i'm in a different state I changed my code to `var dataStream = $websocket('ws://127.0.0.1:3030'); ` and it give me : WebSocket connection to 'wss://127.0.0.1:3030/' failed: Error in connection establishment:...
This is the latest error : > WebSocket connection to 'ws://localhost:3000/api/students/testing' failed: Error during WebSocket handshake: Unexpected response code: 200 Code : `var dataStream = $websocket('ws://localhost:3000/api/students/testing'); `
It works if you set the gem's version to the master branch
@elalemanyo Even better, you can use the version that is published in RubyGems https://rubygems.org/gems/meta_request `gem 'meta_request', '~> 0.7.4'`
@scott-knight If this fixes it for you feel free to close this issue
Any updates about this issue ?