PowerUser
Hi there!
Could you please help me with the following question: we're using LS .NET-client, should we call the SubscribeTable / UnsubscribeTable methods in the same thread where the connection were opened (and the OnSessionStarted event was fired). Is it possible to call SubscribeTable / UnsubscribeTable in any other thread?
Look forward to your reply.
Giuseppe Corti
Hi PowerUser,
I can confirm that your client application can call SubscribeTable and/or UnsubscribeTable in any other thread different from the one that opened the connection.
Obviously you should take care of some basic concurrency issues, such as call subscriptions only after ensuring that the connection is established and call UnsubscribeTable for an Item only after the relative SubscribeTable call is terminated.
Regards,
Giuseppe