Having to use Task.Delay between sends. #292
Unanswered
mathew-odwyer
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Should I:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @softwareantics you shouldn't have to use a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Take the following code (light abstracted but the
Send
functions are the same and just serialize an object to bytes to send to my client)If I am to remove the
Task.Delay
line only some of the messages are received when more than two or three clients are connected to the server. This is likely a synchronization issue and I was wondering what approach I should take to resolve this?Beta Was this translation helpful? Give feedback.
All reactions