sanderdriesen / WhatsAPINet

A .NET WhatsApp API
32 stars 48 forks source link

Frequent wa_OnGetPresence async call #35

Open familiarh opened 8 years ago

familiarh commented 8 years ago

In the code I have subscribed to presence subscription request using the code

wa.SendPresenceSubscriptionRequest(tempuser.Jid);

I am getting wa_OnGetPresence called frequently with type "unavailable" for few numbers even though they were not online previously, Ideally a user should come online first and then when he closes his / her whatsapp it should give an "unavailable" status.

Hope I was clear in explaining the issue.