Results 2 issues of Itamar Peretz

Running rod node on https://cosmic.rocks/stats running with the following env vars: ``` env: - name: PEERS value: wss://gun-rs.iris.to/gun,wss://gun-us.herokuapp.com/gun - name: RUST_LOG value: debug ``` logs: ``` [2022-07-18T19:27:55Z INFO rod::adapters::ws_conn] WsConn...

I am currently unable to use the library with service worker functionality because it is breaking my service worker update prompts (https://github.com/vite-pwa/vite-plugin-pwa/blob/main/docs/frameworks/react.md#prompt-for-update). I think using service_worker_register might be the solution....