fix: client error && websocket compress error #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
两位师傅遇到的速度卡顿问题,原因是client没有做携程导致代理请求是顺序处理完一个才会继续处理下一个包。
websocket: discarding reader close error: io: read/write on closed pipe
fix(cloud): connector close error #26,该问题是由于
gorilla/websocket
当开启EnableCompression
时导致的,临时放弃了EnableCompression
配置。详情可见:[BUG] websocket on compress close duplicate gorilla/websocket#859