I need to use websockets for implementing a bi-directional communication between my silverlight client and the server. I could connect/disconnect to/from the server and both OnOpen & OnClose events in both of client and server fired well, but i have a problem with sending messages to the server :
when I send a message to the server, I don’t get any error at the client side where as the OnMessage operation of my service at the server never called(the message sent from client without any problem but server never receive that!).
You can get my sample code here.
Thanks
I need to use websockets for implementing a bi-directional communication between my silverlight client
Share
http://social.msdn.microsoft.com/Forums/en/silverlightdeveloper/thread/b4f7120d-71d9-4132-9c31-b456803cd32f
Update
try to change your policy file to this: