reiseburo / hermann

A gem providing cross-platform Kafka producer and consumer support
MIT License
71 stars 76 forks source link

1.9.3 fixes #98

Closed osheroff closed 9 years ago

osheroff commented 9 years ago

1.9.3 seems like it should actually still be using the rb_thread_blocking_region() call, as ...call_without_gvl() isn't defined in any header (although it is available).

Consuming that implicit declaration was causing crashes in my production, although not, interestingly, in travis.

rtyler commented 9 years ago

I support supporting 1.9.3. >_>