Skip to content

Instantly share code, notes, and snippets.

@forki
Created November 14, 2017 10:32
Show Gist options
  • Save forki/f02954b433a14061ee79bcb92496cd77 to your computer and use it in GitHub Desktop.
Save forki/f02954b433a14061ee79bcb92496cd77 to your computer and use it in GitHub Desktop.
Msg
type Msg =
| ...
| ServerMsg of Elmish.WebSocket.WebSocketMsg<SocketEvent>
| Noop of unit
| Error of exn
| Send of StartSocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment