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 0ca638c commit 7a2e89fCopy full SHA for 7a2e89f
Tests/OpenGraphCxxTests/DebugServer/DebugServerTests.swift
@@ -43,8 +43,8 @@ struct DebugServerTests {
43
let response = try #require(String(data: responseData, encoding: .utf8))
44
#expect(response == command.rawValue)
45
}
46
- debugServer.shutdown()
47
- // TODO: The shutdown should close the connection, but it does not for OGDebugServer currently.
+ debugServer.shutdown() // TODO: The shutdown should close the connection, but it does not for OGDebugServer currently.
+ client.disconnect()
48
default:
49
break
50
0 commit comments