Do you have any detailed plans and ideas? I want to do online on-site, conversation message transmission, and prompt the other party for new messages.
How to do this?
光阴似箭催人老,日月如移越少年。
Push message is a message queue. After user A sends a message to B, he creates a new Job and pushes it into the Queue. Job’s job is to push messages to B, which is asynchronous.
Push message is a message queue.
After user A sends a message to B, he creates a new Job and pushes it into the Queue.
Job’s job is to push messages to B, which is asynchronous.