Closed igrigorik closed 13 years ago
sorry for the delayed response, i will try to get to this over the weekend. thanks for the patches!
I separated the em-synchrony code into it's own adapter that doesn't require em-synchrony/http
, which monkey patches em-http. thoughts?
https://github.com/halorgium/rack-client/compare/em-synchrony
Works for me. In practice I do find that I end up using both sync and async even while using em-synchrony (it aliases the async method to "aget", "apost", etc), having said that, not sure if thats relevant in this specific instance.
Ran into some issues while playing with rack-client + added sync API support for Ruby 1.9 users.
Ex: https://gist.github.com/802391