We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021df00 commit efc96d8Copy full SHA for efc96d8
EdgeAgentSDK/EdgeAgent/Sources/DIDCommAgent/DIDCommAgent.swift
@@ -157,7 +157,7 @@ public class DIDCommAgent {
157
*/
158
public func stop() async throws {
159
guard state == .running else { return }
160
- logger.info(message: "Stoping agent")
+ logger.info(message: "Stopping agent")
161
state = .stopping
162
cancellables.forEach { $0.cancel() }
163
connectionManager?.stopAllEvents()
0 commit comments