ashoulson / MiniUDP

A Simple UDP Layer for Shipping and Receiving Byte Arrays
Other
52 stars 8 forks source link

Disconnect event for firing #10

Open amit-nath30 opened 4 years ago

amit-nath30 commented 4 years ago

Hello Sir, Thanks for creating such a small and lightweight udp client which is perfect for my unity project. But one problem i am facing is that server is not firing disconnect event when client net connection is turned off. I have tried changing ConnectionTimeout to 3000 but still it not working.

Please help Regards