↧
NetworkStream.GetStream() Coroutine
how can i make NetworkStream.GetStream a coroutine? i currently use Threading to avoid the main thread because the NetworkStream.GetStream waits for data before continuing and that temporarily freezes...
View ArticleNetworkStream Data Overpowering
hello there, my problem might be a bit complicated. i made my own server application using Java. i got 2 players, a chat, a server, and player state sync **heres my problem:** when i have 2 players,...
View Article