Commit 428b650
authored
fix: Socket config key in example (#169)
ErrorTracker.Web.Layouts uses `:live_view_socket`, but the example
shows `:socket` as the key.
This commit aligns the example with how it's used in the code. It looks like
`:socket` is not used anywhere in the codebase and does nothing. I was
able to get both longpolling and websockets working on custom paths
using `:live_view_socket`.1 parent c3ace80 commit 428b650
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments