Skip to content

Commit

Permalink
Fix go 1.18 compatibility (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
echistyakov authored Jan 5, 2025
1 parent 8065699 commit f3f8376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/socket/subscriber_request_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package socket
import (
"context"
"sync"
"sync/atomic"

"github.com/jjeffcaii/reactor-go"
"github.com/rsocket/rsocket-go/core"
"github.com/rsocket/rsocket-go/internal/common"
"github.com/rsocket/rsocket-go/internal/fragmentation"
"github.com/rsocket/rsocket-go/payload"
"github.com/rsocket/rsocket-go/rx"
"go.uber.org/atomic"
)

var globalRequestResponseSubscriberPool requestResponseSubscriberPool
Expand Down

0 comments on commit f3f8376

Please sign in to comment.