Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Resolved No send

Discussion in 'Unity Transport' started by Farshadfarzan368, Apr 19, 2023.

  1. Farshadfarzan368

    Farshadfarzan368

    Joined:
    Sep 10, 2022
    Posts:
    73
    Hello, I send with unreliable, on average, one out of every twenty messages does not reach the destination, as if it was not the case before, is this normal? What should I test if it is sent or not?
    I sent a message every ten seconds
     
  2. simon-lemay-unity

    simon-lemay-unity

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    429
    If you use the ping command line tool to send messages to the same host, do you observe the same kind of packet loss?
     
  3. Farshadfarzan368

    Farshadfarzan368

    Joined:
    Sep 10, 2022
    Posts:
    73
    I didn't understand exactly what you said, I print in the send function, the data is sent but not received. I changed it to reliable, now everyone reaches the destination
     
  4. Farshadfarzan368

    Farshadfarzan368

    Joined:
    Sep 10, 2022
    Posts:
    73
    ping command line.

    What is this and where is it?
     
  5. simon-lemay-unity

    simon-lemay-unity

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    429
    It's a standard network diagnostic utility. A quick search will turn up plenty of results. Here's one.