Thanks for reply.
Currently working on the implementation. Please help me to clarify below question.
Actually i have maintained single session object to serve multiple client requests (Session instance is instantiated once inside custom process while server start-up). whenever new client connects, the unique id is generated and register with same session object.
My question is shall i use single session object to server multiple client requests with Client-BE communication framework.
My requirement is simple that multiple users want to communicate with a single device parallelly and maintain user specific results.
Regards,
Manjula