I’m using both TCP and UDP for my program. I was wondering how i could tell if the disconnect message was sent from TCP rather than UDP. UDP seems to fire disconnections randomly even when the client isn’t disconnected, while TCP works fine. So i need a way for it to fire through TCP.