-
Notifications
You must be signed in to change notification settings - Fork 192
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
Custom websocket channels not working #630
Comments
@AndiLeni what version of Genie? Can you please post |
package status is:
|
The default channel If there is only one channel possible, what is the |
It should work - used to work for sure. I'll need to check and debug. |
@AndiLeni can you record a gif or video and show what do you expect? I tested |
To review before v6 release in case breaking changes are needed. |
I tried setting up custom websocket channels as described in the dokumentation:
I set up my server as follows:
index.jl contains
but if I run this in a repl via include("index.jl") and then run
Genie.WebChannels.channels()
I get this output:And it is cleary missing the /foo/bar websocket channel.
The text was updated successfully, but these errors were encountered: