That's not true. It's a "single page app" with built in support for both pushState and hash-based URLs, so there's no reason anything needs to reinitialize just to update the URL.
I have written an Ember app that maintains a persistent websocket connection as it transitions around through many URLs.
I have written an Ember app that maintains a persistent websocket connection as it transitions around through many URLs.