ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
913 stars 375 forks source link

want to change response. #56

Closed vinita90 closed 8 years ago

vinita90 commented 8 years ago

Hey, Code is working fine for me, what i am getting is the string in response which i am sending in request. Now i want to change my response, how can i achieve this.

I hope it will make sense....

Xaraknid commented 8 years ago

change what you write in request, that will change the response.

Joking aside.

I guess what you want is creating something that do more than return what you write. Check in testwebsock.php the method process().

vinita90 commented 8 years ago

Okay, again i found solution, thank you for help Xaraknid :)