Re: [EM] EventMachine, OpenSSL, and Windows

2016-10-28 Thread James Tucker
I'd recommend you use faye websockets and puma, then you won't need EventMachine. On Wed, Oct 26, 2016 at 7:25 AM, wrote: > Hello, > > I'm working on a feature (https://github.com/jekyll/jekyll/pull/5142) for > the Jekyll static site generator. I'm using EventMachine to run a > WebSockets serve

[EM] EventMachine, OpenSSL, and Windows

2016-10-28 Thread Alex Wood
Hi, I'm trying to get a feature merged into Jekyll, a static blog generation program. The feature (https://github.com/jekyll/jekyll/pull/5142) adds a WebSockets server based on EventMachine that will push live reloads to a user's browser so they can get near real-time previews. Unfortunately,

[EM] EventMachine, OpenSSL, and Windows

2016-10-28 Thread awood
Hello, I'm working on a feature (https://github.com/jekyll/jekyll/pull/5142) for the Jekyll static site generator. I'm using EventMachine to run a WebSockets server (em-websockets). Unfortunately, I'm having an issue with eventmachine's native extensions on Windows in the Jekyll CI environmen

[EM] Eventmachine, OpenSSL, and Windows

2016-10-28 Thread Alex Wood
Hello, I'm working on a feature (https://github.com/jekyll/jekyll/pull/5142) for the Jekyll static site generator. I'm using EventMachine to run a WebSockets server (em-websockets). Unfortunately, I'm having an issue with eventmachine's native extensions on Windows in the Jekyll CI environmen