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

delete FrameDecoder lock, delete Decode() lock #362

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

aceld
Copy link
Owner

@aceld aceld commented Jan 6, 2025

fix: #352

@@ -10,10 +10,8 @@ import (
"bytes"
"encoding/binary"
"fmt"
"math"
"sync"

"github.com/aceld/zinx/ziface"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
File is not properly formatted (goimports)

@aceld aceld merged commit 4df75dd into master Jan 6, 2025
4 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.

帧解码器这个地方的锁是否多余了
1 participant