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

Update gorilla/websocket to 1.5.3. #658

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

jholdstock
Copy link
Contributor

This fixes an issue where the websocket library was spamming stdout with unimportant messages. For example, the following message would be printed repeatedly while using WsDepthServe:

websocket: discarding reader close error: io: read/write on closed pipe

The issue was fixed in gorilla/websocket#878.

This fixes an issue where the websocket library was spamming stdout with
unimportant messages. For example, the following message would be
printed repeatedly while using WsDepthServe:

```
websocket: discarding reader close error: io: read/write on closed pipe
```

The issue was fixed in gorilla/websocket#878.
@adshao adshao merged commit 7b9db0e into ccxt:master Jan 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants