MirrorNetworking / kcp2k

MIT License
276 stars 47 forks source link

Regarding the need to manually call Tick each time #64

Open segatecm opened 1 month ago

segatecm commented 1 month ago

Do I need to call Tick after each data transmission? Will this block the thread? Can I move the Tick call to a separate thread?