EventMachine-LE icon indicating copy to clipboard operation
EventMachine-LE copied to clipboard

EventMachine-LE (Live Edition), a "branch" of EventMachine with fixes and more features

Results 14 EventMachine-LE issues
Sort by recently updated
recently updated
newest added

I'm trying to build a ftps server and so far everything works, except encryption of the data channel (encryption of the control channel works fine). I'm using filezilla as ftp...

``` root@ubuntu-512mb-lon1-01:~# gem install eventmachine-le Building native extensions. This could take a while... ERROR: Error installing eventmachine-le: ERROR: Failed to build gem native extension. current directory: /var/lib/gems/2.3.0/gems/eventmachine-le-1.1.7/ext /usr/bin/ruby2.3 -r ./siteconf20161027-5852-1j5d24o.rb...

Short version: Depending on the order in which gems are activated, it is possible to end up in the situation where `eventmachine` is preferred over `eventmachine-le`, causing much wailing and...

I think the error_handler should be called in the following case: ``` require 'eventmachine-le' EM.run do EM.error_handler { |e| puts "Error raised during event loop: #{e.message}" } operation = proc...

Small mods to build for ruby 2.2. This is not backwards compat as is. It could be but would add noisy ifdefs.

Let EventMachine-LE build with Ruby 2.x. Does not break Ruby 1.9.3 compatibility.

https://github.com/eventmachine/eventmachine/issues/359#issuecomment-13601656

Ruby
C/C++
TLS

Hi, thanks for the -le branch! Options on openssl much appreciated! I'm trying to run a process from within popen4. So that I could catch the passphrase request. Testing so...

https://github.com/eventmachine/eventmachine/pull/502

C/C++

- Pull request for eventmachine: https://github.com/eventmachine/eventmachine/pull/196 - Specification: https://tools.ietf.org/html/draft-agl-tls-nextprotoneg

TLS