Skip to content

v4.27.1: Updates connection handling in BackgroundQueue

Choose a tag to compare

@thorewi thorewi released this 17 May 19:30
· 6 commits to v4 since this release
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.