Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend servant-mock to cover the Websocket endpoint #14

Open
RocketPuppy opened this issue Sep 6, 2016 · 0 comments
Open

Extend servant-mock to cover the Websocket endpoint #14

RocketPuppy opened this issue Sep 6, 2016 · 0 comments

Comments

@RocketPuppy
Copy link
Collaborator

I'm not sure what the right approach is yet here. It might be to just send arbitrary messages along the socket at some fixed (or random, bounded) interval. Check out http://hackage.haskell.org/package/servant-mock-0.7/docs/src/Servant-Mock.html#line-157 for inspiration (code below)

instance HasMock Raw context where
  mock _ _ = \_req respond -> do
    bdy <- genBody
    respond $ responseLBS status200 [] bdy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant