feat: Begins breaking out topic listener and publisher as it's own dependency.
This commit is contained in:
@@ -20,7 +20,6 @@ public extension SensorsClient {
|
||||
|
||||
return .init(
|
||||
listen: { try await listener.listen($0) },
|
||||
logger: client.logger,
|
||||
publish: { try await listener.publish($0, $1) },
|
||||
shutdown: { listener.shutdown() }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user