fix(macos): allow fractional timeout

This commit is contained in:
Peter Steinberger
2025-12-19 12:40:02 +01:00
parent 22f9322905
commit f0705a928a

View File

@@ -582,7 +582,7 @@ enum ControlRequestHandler {
private static func invokeLocalNode( private static func invokeLocalNode(
command: String, command: String,
params: [String: Any]?, params: [String: Any]?,
timeoutMs: Int) async throws -> Any? timeoutMs: Double) async throws -> Any?
{ {
var gatewayParams: [String: AnyCodable] = [ var gatewayParams: [String: AnyCodable] = [
"nodeId": AnyCodable(Self.localNodeId()), "nodeId": AnyCodable(Self.localNodeId()),