execbc-source: Merged the dial function to the Client creation
This commit is contained in:
@@ -17,6 +17,5 @@ func handle(url string) (core.Producer, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
con.Dial()
|
||||
return con, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user