Bernard Potocki

Results 24 comments of Bernard Potocki

Thanks for reporting! How much storage do you have free on your machine? SWTOR launcher is quite dumb and requires roughly double the size of the game for the first...

The issue here is that `EM.run` is starting EventMachine, an infinite loop, so it will never exit it (unless server shutdown). So after `Biometric.start` next line is not executed unless...

It's a jump from Wine 6.0 to 7.7, so the jump should be visible. It looks like Gcenx [did not](https://github.com/Gcenx/homebrew-wine) update the package on their side yet, but I was...

If that's the case then usually you should have WS client build into your web server, and send messages from it. Overall WS server should be as lightweight as possible,...

Capistrano will restart Rails server, however not EM one, so you need to script it by yourself. Unfortunately it's been a while since the last time I was using Capistrano,...

No yet - it would require passing parameter to [eventmachine](https://github.com/imanel/websocket-eventmachine-client/blob/master/lib/websocket/eventmachine/client.rb#L74) according to [spec](http://rubydoc.info/github/eventmachine/eventmachine/EventMachine/Connection:start_tls). I have limited time to work on it this week so you could either send pull request...

I believe it's related to https://github.com/eventmachine/eventmachine/pull/378 - unfortunately this application is not place for implementing hacks for EventMachine. I will keep it open for now as remainder to check when...

Sounds awesome, I would love to see it implemented.

Looks like everything should work as expected. Have you tried to run simple echo client/server in the same network configuration? Maybe there's problem on network level.

What I meant was to try using simplest client/server possible (built using this client) while using different network. That would show if problem is happening in all cases, or only...