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 cf200f8 commit 73d56eaCopy full SHA for 73d56ea
src/wisp/websocket.gleam
@@ -43,7 +43,7 @@ type WebSocketAction {
43
Close
44
}
45
46
-pub type WebSocketResult {
+type WebSocketResult {
47
ContinueWith(State)
48
StopNow
49
StopWithErrorResult(String)
0 commit comments