Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websockets and Webpack #764

Closed
aphex opened this issue Jul 28, 2019 · 1 comment
Closed

Websockets and Webpack #764

aphex opened this issue Jul 28, 2019 · 1 comment

Comments

@aphex
Copy link

aphex commented Jul 28, 2019

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

@dnalborczyk
Copy link
Collaborator

hey @aphex

thank you for bringing this up and for creating the PR! I gave some answers in your PR: #763

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants