execbc-source: Merged the dial function to the Client creation

This commit is contained in:
Michael Reif
2024-01-06 09:40:20 +01:00
parent cc6b8277c9
commit 2b9247d630
2 changed files with 3 additions and 11 deletions
-1
View File
@@ -17,6 +17,5 @@ func handle(url string) (core.Producer, error) {
if err != nil {
return nil, err
}
con.Dial()
return con, nil
}