I am using XSockets library in dotnet with a version > 3.0 Everything works fine for me except send to all except
this.SendToAllExcept(p => p.ClientGuid == target.ClientGuid, new { target }, "eventName");
I have tried almost all functions, they are all working for me except this .. am i doing something wrong?