Hello,
I have Axis2c http server launched on additional thread as
I need to receive some data via staff services (server side).
On the main thread I have staff services (client side).
Does anyone of you know if it supposed to work?
I've looked into staff code and possible staff is not thread-safe in this case?
Note that I am not accessing to my server side staff services vis staff::SharedContex::GetService()
as it seems not to be thread-safe. I access via library (my staff service library) my own library exported thread-safe functions.
Regards,
Mike