Sam

Results 127 comments of Sam

at the moment fast_xs blows up on an instruct! in rails 3.1

This is a great change, should make it easier to maintain long term!

You can see my elaborate workaround here: https://github.com/SamSaffron/thin-em-websocket/commit/9f5538f68a568488372fe44d7e5df5a80e738219

I started writing an adapter, a big issue is that https://github.com/igrigorik/em-websocket/blob/master/lib/em-websocket/connection.rb is not reusable so I need to copy and paste wholesale, perhaps it should be moved to a module?

Another painful issue seems to be the heavy reliance on httpparser.rb I need to do a bit of magic code converting rack request to httpparser ones

yeah, I follow, my thin implementation takes a slightly different approach. I got it going though the secure stuff is not working yet, https://github.com/SamSaffron/thin-em-websocket/blob/master/examples/config.ru will publish the gem once it...

Howdy @sj26, anything we can do to help drive this forward? Do you need any assistance reviewing, I could ask another person from our team to carefully review.

Howdy @sj26 hope you are doing well! Anything we can do to move the merge forward. We already had multiple people on ARM macs test this and it appears to...

@sj26 any news? Do you need a hand with the gem, I can ask around if any of our senior devs is open to helping maintain