Hot code deploy and protocol implementation not working. What to do?

Have any one had issues with implementations of protocols not working on hotcode deploys? I’ve implemente the Phoenix.Param which is working on development env. On staging after a hot code deploy it is not. But after i tried building and deploying a release it is working just fine.

The issue is that I’m doing hot code deploys to production so right now there’s a broken feature. I would love to solve this without deploying a new release if possible.

Any suggestions? :slightly_smiling_face:

2 Likes

Sounds like https://github.com/bitwalker/distillery/issues/279

2 Likes

Yeah it seems to be the same issue. Thanks for pointing that out to me.