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.
你好,
我发现 websocket 在客户端发送数据过快的时候,服务器端会出现问题。
出现问题代码 在
应该是 github.com/gobwas/ws 在epoll 的下,读取数据导致的。
也许这个bug我该 提给 github.com/gobwas/ws 。
我看了一眼 https://github.com/gnet-io/gnet-examples/blob/v2/simple_protocol/protocol/proto.go
估计要想让 gnet完美支持 websocket ,需要自己写 codec 。