mspanc / phoenix_socket

Socket API for accessing Phoenix Framework's Channels
http://www.phoenixframework.org
34 stars 16 forks source link

Ensure conn exists before access to conn.skipHeartbeat #11

Open jhd124 opened 4 years ago

jhd124 commented 4 years ago

If you disconnect before the socket is opened, an exception will be thrown, due to accessing skipHeartbeat from null