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

UndefinedVarError Registering Channel/WebSocket #36

Closed
berzley opened this issue Mar 30, 2018 · 0 comments · Fixed by #37
Closed

UndefinedVarError Registering Channel/WebSocket #36

berzley opened this issue Mar 30, 2018 · 0 comments · Fixed by #37

Comments

@berzley
Copy link

berzley commented Mar 30, 2018

Creating a channel and registering a new websocket catches a critical error.

ex. Route

channel("/movies/subscribe", MoviesChannel.subscribe, named = :ch_movie_subscribe)

ex. JS call

Channels.sendMessageTo('movies', 'subscribe', { 'arg': 'val' } );

When accessed, a critical error is caught near AppServer.jl:75

Tracing back, it looks to be an an UndefinedVarError in Route.jl:540

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

Successfully merging a pull request may close this issue.

1 participant