Bernard Potocki

Results 24 comments of Bernard Potocki

Hi @faisalsahil. Could you provide some details about your network configuration so I can help you debug it? I went through code several times and didn't spotted any obvious causes.

This gem only connects to already existing servers. You can run one by yourself either by using https://github.com/imanel/websocket-eventmachine-server, or any other implementation. You can find basic example in [examples](https://github.com/imanel/websocket-eventmachine-server/blob/master/examples/echo_server.rb) folder...

1. There is no clear convention about where to put your websocket-related code. You can do it either in `app` or `lib` directory, depending on your gut feeling and team...

That was also my worry about it. It's good to know there is already a case for it in rspec-mocks, but how come it's not catching the above case?