fix(macos): allow fractional timeout
This commit is contained in:
@@ -582,7 +582,7 @@ enum ControlRequestHandler {
|
||||
private static func invokeLocalNode(
|
||||
command: String,
|
||||
params: [String: Any]?,
|
||||
timeoutMs: Int) async throws -> Any?
|
||||
timeoutMs: Double) async throws -> Any?
|
||||
{
|
||||
var gatewayParams: [String: AnyCodable] = [
|
||||
"nodeId": AnyCodable(Self.localNodeId()),
|
||||
|
||||
Reference in New Issue
Block a user