Auties00 / Cobalt

Standalone unofficial fully-featured Whatsapp Web and Mobile API for Java and Kotlin
MIT License
661 stars 188 forks source link

How mark the media status as seen first #309

Closed savox-326 closed 1 year ago

savox-326 commented 1 year ago

Sorry for disturbing you, but I have a question. I know that all my questions were caused by my inattention. In any case, do you know how to mark a media status as read/seen as quickly as possible? I see many prize draws where you need to see the status first to win. I putted my auto-seen program on my server, where there is good Internet, but it still takes 20-30 place

savox-326 commented 1 year ago

okay, I did some experiment with ping command. If i execute "ping web.whatsapp.com" my remote server checks latency for 157.240.199.60 that have stable 200ms. My computer checks latency for 157.240.205.60 that have 100-250ms. But if I execute "ping 157.240.205.60" at my remote server the latency is stable 17ms. So, do you have any way to check ping?

Huh, I solve it, problem was on my server, exectly its internet provider. You may delete this issue

Auties00 commented 1 year ago

Sorry for disturbing you, but I have a question. I know that all my questions were caused by my inattention. In any case, do you know how to mark a media status as read/seen as quickly as possible? I see many prize draws where you need to see the status first to win. I putted my auto-seen program on my server, where there is good Internet, but it still takes 20-30 place

Uhm maybe there's some particular node to mark the status as seen. I'll look into it

Auties00 commented 1 year ago

okay, I did some experiment with ping command. If i execute "ping web.whatsapp.com" my remote server checks latency for 157.240.199.60 that have stable 200ms. My computer checks latency for 157.240.205.60 that have 100-250ms. But if I execute "ping 157.240.205.60" at my remote server the latency is stable 17ms. So, do you have any way to check ping?

Huh, I solve it, problem was on my server, exectly its internet provider. You may delete this issue

oh okay

savox-326 commented 1 year ago

I did some actions and now at my server the ping to web.whatsapp.com is 20ms, but status still marks "seen" after 1-2 seconds (at test target device), not instantly. Doesn't any method to learn ping at program directly (to learn what's problem and for info)?