-
I found that sending data from client to server is much slower than sending data from server to client, by about a factor of ten. And the size of the data that can be sent also varies greatly. |
Beta Was this translation helpful? Give feedback.
Answered by
zhouliguo
May 26, 2023
Replies: 1 comment 8 replies
-
My guess is that the reason is directly related to the difference in download and upload speeds of the Internet service your client uses. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I changed the
to
in the 'Client-to-Server Client' file, the performance becomes normal. I don't know what's the difference between the two. Is this a bug?