Hi, I'm evaluating WCL for .net.
Reading the demos I see that there is an event called "WclProximitySenderOnSendComplete" and it is ideal for insert rows in a SQLite database (to know the result codes for each phone), but I want to know if this event can de triggered many times simultaneous when multiples phones are receiving files. If it has this behavior it would be a problem because SQLite soesn't support simultaneous writing threads.
thanks in advance.