phoenixframework / phoenix_pubsub_redis

The Redis PubSub adapter for the Phoenix framework
175 stars 66 forks source link

Fix error pattern for redix disconnection handler #39

Closed bernardd closed 5 years ago

bernardd commented 5 years ago

The pattern for the :disconnected handler wasn't quite right and caused a crash when it was triggered. This change should fix it.

mitchellhenke commented 5 years ago

Dang, thanks for finding and fixing that!

Will push a release with this today.