Search Unity

Third Party Mirror server listener if client lost ethernet adapter

Discussion in 'Multiplayer' started by eaquino_unity, Jun 28, 2020.

  1. eaquino_unity

    eaquino_unity

    Joined:
    Aug 13, 2019
    Posts:
    13
    Hello friends!

    As the title says, there is some way in which the server can detect if the client lost the connection if the network cable / network adapter was disconnected.

    I am doing a small interface on the server for when the clients are connecting, when I do disconnection tests (I close the client process) it notifies the server that it is indeed disconnected, but if for example I disconnect the network cable or disable the network adapter does not have to notify the server that the client lost the connection.

    Is there any way to detect this case?