Hello!
Is there a way to update the params on the WebsocketProvider in the case of a retry? I want to update some params when the client comes back online, ex. after computer went to sleep.
I looked into destroying and creating a new provider, but then I had to also destroy and create a new awareness object, and the logic for restoring the existing awareness state seemed a bit brittle.