private_pub
private_pub copied to clipboard
Back button breaks functionality
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.