We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8608fb4 commit 98b7a05Copy full SHA for 98b7a05
src/providers/generic_http.jl
@@ -51,7 +51,7 @@ end
51
function websocket_handler(ws)
52
conn = WSConnection(ws)
53
while isopen(ws)
54
- data, success = readguarded(ws)
+ data, success = WebSockets.readguarded(ws)
55
!success && break
56
msg = JSON.parse(String(data))
57
WebIO.dispatch(conn, msg)
0 commit comments