Browse Source
Merge pull request #33 from iss0/main
Set channelManager config member
pull/36/head
Lane Wagner
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
channel.go
|
|
|
@ -30,6 +30,7 @@ func newChannelManager(url string, conf amqp.Config, log Logger) (*channelManage |
|
|
|
connection: conn, |
|
|
|
channel: ch, |
|
|
|
channelMux: &sync.RWMutex{}, |
|
|
|
config: conf, |
|
|
|
notifyCancelOrClose: make(chan error), |
|
|
|
} |
|
|
|
go chManager.startNotifyCancelOrClosed() |
|
|
|
|