You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you update code it is not reflected in the websocket handler. This is because handler method for websockets are created at startup during action creation. We need to swap this over to invocation time so that the handler is pulled in fresh.
This small fix moves that logic into invocation, like APIGateway calls. And makes it much faster to build websocket apps.
Currently when you update code it is not reflected in the websocket handler. This is because handler method for websockets are created at startup during action creation. We need to swap this over to invocation time so that the handler is pulled in fresh.
This small fix moves that logic into invocation, like APIGateway calls. And makes it much faster to build websocket apps.
PR for fix is here #763
The text was updated successfully, but these errors were encountered: