From 8f2a93d6a39a2e118228c0c2c8b88b808c206ebb Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Sat, 30 Nov 2024 22:27:36 +0100 Subject: [PATCH] FIX: OSC TX and RX shutdown was swapped (#1352) --- .../integration-service/OscIntegration.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/server/src/services/integration-service/OscIntegration.ts b/apps/server/src/services/integration-service/OscIntegration.ts index ac03398cb..8e5ae5c67 100644 --- a/apps/server/src/services/integration-service/OscIntegration.ts +++ b/apps/server/src/services/integration-service/OscIntegration.ts @@ -128,18 +128,18 @@ export class OscIntegration implements IIntegration