If a server disconnects a connection because a second client has connected with the same client id, should the first connections' will message be sent? I would argue it should, because this scenario is intended to reflect 'stuck' and 'hung' clients.
If a server disconnects a connection because a second client has connected with the same client id, should the first connections' will message be sent? I would argue it should, because this scenario is intended to reflect 'stuck' and 'hung' clients.
The return code for this purpose is in wd03 in the DISCONNECT Return codes as: 142 0x8E Session taken over.
The text relating to sending a DISCONNECT by the server is that the server MAY send a DISCONNECT and MUST close the connection.