The code above is asynchronously calling the Parse...
# getting-started
o
The code above is asynchronously calling the Parse() function of class Message, which has its constructors in that manner. But the problem is that the member msg of type MsgData is instantiated in the Parse() function, which is accessed asynchronously....so i think its a data race or something....What should i do?