devbookhq/sdk

Hot reloading of SDK package causes multiple sessions' pinging

Closed this issue · 0 comments

When we hot reload the package - this happens when we rebuild the SDK while serving the examples/react-app project - the Runner is initialized again and with it a new session/WS connection.
We ideally don't want this to happen - the session/WS connection should be terminated.