chan fix
This commit is contained in:
parent
9d837385b1
commit
d62d41b41a
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ func NewClient(addr, queueName string, opts ...Option) (*Client, error) {
|
|||
logger: log.New(os.Stdout, "", log.LstdFlags),
|
||||
queueName: queueName,
|
||||
done: make(chan bool),
|
||||
connected: make(chan struct{}),
|
||||
}
|
||||
|
||||
o := options{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue