ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

Back button breaks functionality #27

Open johnrees opened 12 years ago

johnrees commented 12 years ago

I have noticed that if I leave a page that has subscribe_to to connect to a channel, and then click back in the browser, events are no longer triggered on the original page.

I assume this might be to do with the browser using some sort of internal cache and the timestamp and/or signature are not changing?

This behaviour occurs in Chrome and Safari on OS X. Firefox behaves as expected, i.e. it still receives events after clicking back.