Commit 3db6f43
committed
Updates connection handling in BackgroundQueue
Updates the BackgroundQueue to directly use the connection object provided in the configuration.
This simplifies the connection process and relies on the consumer to pass an already established connection, removing the need for connection creation within the class.1 parent 7dbeca2 commit 3db6f43
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
| |||
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
88 | | - | |
| 85 | + | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
| |||
0 commit comments