Replies: 1 comment
-
Please do not write bugs on this project when you are asking for help with your own project. The issues board is only for issues with this project. The discussions board is for questions. I have moved your question for you this time. The problems that you have are all caused by a misunderstanding on your part on how to write an asynchronous application. For example, you can't use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like a bug. Why can't messages be sent immediately in asynchronous mode? After checking the class log, the emit has been executed, and the message was delayed for a long time before it was actually sent. The client only received the message. Below, how can I provide asynchronous mode to send messages immediately? Can you give me some help
Server:
Client:
Beta Was this translation helpful? Give feedback.
All reactions