09.06.2011, 13:00
The data string in OnSocketReceive doesn't seem to be unset properly:
First, I sent the text: "This is a test" in which a
printf("%s",data);
returned "This is a test" as expected.
Then, I sent the text: "lmao" and the same printf returned: "lmao is a test"
This is a good idea but this issue makes the plugin completely unusable.
//Using the windows .dll downloaded from the original post.
First, I sent the text: "This is a test" in which a
printf("%s",data);
returned "This is a test" as expected.
Then, I sent the text: "lmao" and the same printf returned: "lmao is a test"
This is a good idea but this issue makes the plugin completely unusable.
//Using the windows .dll downloaded from the original post.