Subscriptions effect manager has been implemented, with some slightly painful moments.
The api is up for debate, but ultimately I went for a similar style that the contracts have - which copies the (open/close/listen) pattern that @evancz uses in https://github.com/elm-lang/websocket
Subscriptions effect manager has been implemented, with some slightly painful moments.
The api is up for debate, but ultimately I went for a similar style that the contracts have - which copies the (open/close/listen) pattern that @evancz uses in https://github.com/elm-lang/websocket