TUIOBundler exception

I am getting this error with the latest gamma preview 2023.5.3-164 and VL.IO.TUIO -Version 1.1.0 (latest release)

NullReferenceException: "Object reference not set to an instance of an object."
    StackTrace:
        VL.Lang.View.CanvasView+<>c { internal VL.Core.UniqueId <CheckRuntimeErrors>b__141_1(VL.Lang.Message m) { ... } } 
        System.Linq.Lookup`2 { internal static System.Linq.Lookup<, > Create(System.Collections.Generic.IEnumerable<> source, System.Func<, > keySelector, System.Collections.Generic.IEqualityComparer<> comparer) { ... } } 
        VL.Lang.View.CanvasView+<>c__DisplayClass141_0 { internal void <CheckRuntimeErrors>b__0(object _) { ... } } 
        Microsoft.VisualStudio.Threading.JoinableTaskFactory+SingleExecuteProtector { internal bool TryExecute() { ... } } 
        Microsoft.VisualStudio.Threading.JoinableTaskFactory+SingleExecuteProtector+<>c { internal void <.cctor>b__20_0(object state) { ... } } 

False Alarm I guess, this one is bundled with gamma by default right, so I think there was an conflict with an older version on my system. I removed the nuget from my installed nugets and now it works