1

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?

Mohamed Naguib
  • 1,720
  • 6
  • 23
  • 32
  • 1
    Can confirm that it is a bug. You had some clever workaround using the SendTo with != instead of == to solve it. You can also use the Find(Func expression) to get clients and then use SendToAllExcepts and pass in the clients you do not want to send to. That override should work. The bug is in the extension with the lambda expression. – Uffe Aug 04 '14 at 07:59

0 Answers0