i want to ask about how to use RSMB on windows server 2008. i use amazon as a server. and i use android as a client
when i try connect my mqtt client to server. an error ocured.
i use an simple notification based on this link. http://tokudu.com/2010/how-to-implement-push-notifications-for-android/
it work fine when i use in local host. but when i try to connect to real server it won't work. this is the log.
10-25 14:26:24.820: I/DemoPushService(3952): Starting service...
10-25 14:26:24.820: I/DemoPushService(3952): Connecting...
10-25 14:26:44.730: I/dalvikvm(3952): threadid=3: reacting to signal 3
10-25 14:26:44.750: I/dalvikvm(3952): Wrote stack traces to '/data/anr/traces.txt'
this error occured when i start the service on client.
thanks before.