Compare commits

..

No commits in common. "07bd2d167e9a9e957113855b644186e214d31d95" and "0aecfd9b0457111b59fd12f21b48a115b51ac7c7" have entirely different histories.

View file

@ -683,7 +683,7 @@ func (c *Client) DialAndSendWithContext(ctx context.Context, messages ...*Msg) e
return fmt.Errorf("send failed: %w", err) return fmt.Errorf("send failed: %w", err)
} }
if err := c.Close(); err != nil { if err := c.Close(); err != nil {
return fmt.Errorf("failed to close connection: %w", err) return fmt.Errorf("failed to close connction: %w", err)
} }
return nil return nil
} }