-
Notifications
You must be signed in to change notification settings - Fork 5
Fix for handling empty response timer list #17
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
Fix for handling empty response timer list #17
Conversation
|
Thanks!
|
|
I think this issue occurs on basically any operation on greskell-websocket if you use it with async-2.2.5 or newer. async-2.2.5 includes async #132, which makes |
greskell-websocket/src/Network/Greskell/WebSocket/Connection/Impl.hs
Outdated
Show resolved
Hide resolved
be8d45d to
f14306c
Compare
|
I conducted a test using |
|
Thanks for confirmation. However, you didn't need to close the pull-request. The problem is greskell's fault, and we need to fix it. |
|
Thanks for the force-push. I'll test the code and release the fixed version later. |
|
I tested the code and confirmed that it resolved the issue. Thanks! |
|
Sorry I closed the PR a bit too early, I didn't fully understand the github workflow yet :-) Cool, you could merge it, Thanks! |
|
I just released greskell-websocket-1.0.0.4, which includes this p-r. |
When running a simple greskell test command-line binary, the following error is encountered:
Observations:
Issue:
The error can be traced to an unhandled empty list in the file:
greskell-websocket/src/Network/Greskell/WebSocket/Connection/Impl.hsEnvironment Details:
Test code: