-
Notifications
You must be signed in to change notification settings - Fork 52
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
recv: failed (Unknown error) messages in rest wai example #150
Comments
What is the I just tried and can't reproduce here on OS X. |
@hesselink I've pushed example on github to reproduce https://github.com/Heather/NeverLand/blob/master/client/src/APITest.hs#L12 it's really minimal based on rest-example |
Thanks, that's really useful! I've built the main package with
In the server it printed
And nothing else. So I'm not seeing the messages you're seeing. It could be a windows specific issue, I guess. Sadly I don't know much about windows. |
@hesselink yes, it works the same for me but after |
When I run rest wai example
generate some client and then use
_run "localhost" (User.list [])
it works and I can see full info loaded by example but in rest-wai console I'm getting messages:recv: failed (Unknown error)
win 10 x64 ghc 8.0.1
The text was updated successfully, but these errors were encountered: