Skip to content

Commit 98b7a05

Browse files
committed
readguarded not exported via require
1 parent 8608fb4 commit 98b7a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/generic_http.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
function websocket_handler(ws)
5252
conn = WSConnection(ws)
5353
while isopen(ws)
54-
data, success = readguarded(ws)
54+
data, success = WebSockets.readguarded(ws)
5555
!success && break
5656
msg = JSON.parse(String(data))
5757
WebIO.dispatch(conn, msg)

0 commit comments

Comments
 (0)