riverside icon indicating copy to clipboard operation
riverside copied to clipboard

Elixir Library: Simple WebSocket Server Framework

Results 4 riverside issues
Sort by recently updated
recently updated
newest added

inside the docs it is written that the config must be `max_connection_age` when in reality the name of the variable is - `connection_max_age`

When I try to run the server, I get the following warning 4 times in different areas of `lib/riverside.ex`. It finishes generating the app but then it does not run....

** (Mix) Could not compile dependency :accept, "/Users/XXXXX/.mix/rebar3 bare compile --paths /Users/XXXXX/Projects/ciun/_build/dev/lib/*/ebin" command failed. You can recompile this dependency with "mix deps.compile accept", update it with "mix deps.update accept" or...

I'm not seeing any configs for setting any ssl settings. Are they hidden somewhere, or is riverside not wss compliant?