Skip to content

Commit

Permalink
Merge pull request #604 from pkg/no-block-close-v2
Browse files Browse the repository at this point in the history
Avoid deadlock between Close when offset-modifying operation is still pending
  • Loading branch information
puellanivis authored Nov 15, 2024
2 parents f1f69e9 + ae230db commit 61ca2d7
Show file tree
Hide file tree
Showing 8 changed files with 579 additions and 397 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.23', '1.22']
exclude:
- os: macos-latest
go: '1.22'
go: ['1.23']

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 61ca2d7

Please sign in to comment.