Skip to main content

on whats app "Waiting for this message. This may take a while."?




 "Waiting for this message. This may take a while."?

 this means that At times, you may see the above message in place of what you were sent from a contact. Due to end-to-end encryption, you may need to wait for someone's message to arrive because their phone needs to come online and properly encrypt the message for you. This can typically occur if you or the person you're chatting with recently reinstalled WhatsApp.

To speed up this process, ask the person you're messaging to open WhatsApp on their phone.

Comments

Popular posts from this blog

Hacking website using SQL Injection -step by step guide

Database: Database is collection of data. In website point of view, database is used for storing user ids,passwords,web page details and more. Some List of Database are: * DB servers, * MySQL(Open source), * MSSQL, * MS-ACCESS, * Oracle, * Postgre SQL(open source), * SQLite, SQL: Structured Query Language is Known as SQL. In order to communicate with the Database ,we are using SQL query. We are querying the database so it is called as Query language. Definition from Complete reference: SQL is a tool for organizing, managing, and retrieving data stored by a computer database. The name “SQL” is an abbreviation for Structured Query Language. For historical reasons, SQL is usually pronounced “sequel,” but the alternate pronunciation “S.Q.L.” is also used. As the name implies, SQL is a computer language that you use to interact with a database. In fact, SQL works with one specific type of database, called a relational database. Simple Basic Queries for SQL: Select * from table_name : this s...

How to Make a Video Game With Cmd

Here is a free, easy, no-download way to make a video game. You will learn a little bit about batch programming in the process. You'll need to supply your own story to go with this game. Steps Anything in apostrophes can be changed, it won't affect the game - don't accidentally type it in to the actual code. Open Notepad or any other coding programs-Geany, Notepad++, etcetera. Save the file as ‘My Game’.bat Start the Code. Start by typing: @echo off title ‘My Game’ color 0A if "%1" neq "" ( goto %1) pause Add Colours. Now save it and run, it will come up with an error and all the different colour combinations. Find the one you like and type it in after “color”, instead of “zz”. A good combination is color 0A, it makes the text green and the background black. Create the Menu. To create the menu get rid of pause and type in: :Menu cls echo ‘1. Start’ echo ‘2. Instructions’ echo ‘3. Exit’ set /p answer=‘Type the number of your option and press enter.’ if %a...

How to increase speed of coping files pc to pendrive

Every know save time time is money  So this post is to save your time in coping files in your windows PC's and Laptops and use that time to read our post and become more knowledgable person so  Here we go  Basic method:- #How to increase speed of coping files pc to pendrive Open task manager Then open file explorer Then click on process Now set priority Normal to real time It increase your speed of coping 25/30mbps And as u know that u can do this easily And the ADVANCE method is to download some special softwares like teracopy etc to automaticaly get the best speed while transfering the files THANX FOR READING HELP US TO EXPAND AND IMPROVE  PLEASE COMMENT