#Deploying new versions of scripts?
1 messages · Page 1 of 1 (latest)
I don't think so. I'd suggest building your clients so that they reconnect/retry. This helps with random network problems, and also if you push out an update.
When your script gets deployed, your durable objects get reset
And by "reset", do you mean that the old isolate gets shut down and a new isolate gets created with the new code running in it?