phoenixframework / phoenix_live_reload

Provides live-reload functionality for Phoenix
MIT License
317 stars 90 forks source link

remove transport/3 from socket #76

Closed mobileoverlord closed 6 years ago

mobileoverlord commented 6 years ago

transport/3 is deprecated in Phoenix 1.4+

chrismccord commented 6 years ago

We also need to bump the phoenix version to ~> 1.4 in mix.exs

chrismccord commented 6 years ago

This has been taken care of in the 1.2 release, which required some testing changes. Thanks!