c# - UDP packets can't be received by client on WP7 -


i've tried make udp client can run on wp7 device, communicating via wifi network. i've used example msdn: http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202864(v=vs.105).aspx . sending messages server works, reply sent out server never makes phone. timeout.

i'm 100% sure server working correctly. i've built regular c# client application able receive messages server. had build application in release mode working, trick did not work wp7 version.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -