Toemsel / Network

C# Network Library

Home Page:https://push-force.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout Bug

mhmdserhan opened this issue · comments

if i am trying to send a big byte array(3 mb) using connection.SendRawData(key, data[]); the client is disconnecting for the reason timeout

yeah, because of the keep alive packet.

Disable keep alive or adjust the timeout.

thanks, i disabled keep alive when i wanted to send large data and then after its send i enable it

There is no option currently to transmit huge data packages. I will keep it in mind for future features.