Closed sritchie closed 10 years ago
Hey Sam, thanks a lot for reporting this. Refactored some low-level connection stuff in 2.4 which is almost certainly the culprit. Will try take a look w/in the next 2 hours and get back to you.
Cheers! :-)
Okay, dug into this. Turns out the 2.4 refactor was uncovering a subtle Pub/Sub connection bug that's been around since before v1.
Just pushed v2.4.3
- I believe that should sort out the problem but please confirm when you can?
Cheers!
Looks like it works. Thanks for the patch!
Okay, great - thanks for following up.
Hey,
Little bug in my upgrade from 2.3.1. When I try to run the following code with an empty spec map (ie, local redis), all's well:
However, when conf is
{:uri "redistogo-url"}
, this exception shows up:any ideas?