3rd-Eden / versions

Versions, A small module for creating a flexible CDN application
204 stars 13 forks source link

Send PING packets over the pub/sub channel #17

Closed 3rd-Eden closed 11 years ago

3rd-Eden commented 11 years ago

The redis connection will shutdown while it's been idle for to long. During this shutdown it could have received pub/sub message that it missed. Sending a simple ping/pong packet should resolve it.