cognitect / transit-ruby

Apache License 2.0
113 stars 24 forks source link

Relax `msgpack` version dependency #29

Open N0xFF opened 3 years ago

N0xFF commented 3 years ago

To fix segmentation fault bug we need to use at least msgpack 1.2.2:

2018-01-11 version 1.2.2:

  • Fix bug to occur SEGV occasionally (depends on GC timing) when exttype is used

But transit-ruby locked to 1.1.0: https://github.com/cognitect/transit-ruby/blob/7d77db74126c8400f7439e7fb7eb75bc6bb0e3be/transit-ruby.gemspec#L30

semaperepelitsa commented 3 years ago

Feel free to use our fork: https://github.com/nashbridges/transit-ruby (https://github.com/nashbridges/transit-ruby/pull/3)