This commit is contained in:
nquidox 2026-02-20 18:29:00 +03:00
parent 2846c1eda0
commit 13ee3230e3

View file

@ -61,7 +61,7 @@ func NewClient(addr, queueName string, opts ...Option) *Client {
go client.handleReconnect(addr)
return &client, nil
return &client
}
func NewPublisher(client *Client) Publisher {