(self)
| 4350 | chan.close() |
| 4351 | |
| 4352 | def connect(self): |
| 4353 | if self.channels: |
| 4354 | return |
| 4355 | for transport, opts in iter_transport_opts(self.opts): |
| 4356 | chan = salt.channel.server.PubServerChannel.factory(opts) |
| 4357 | self.channels.append(chan) |
no test coverage detected