Search found 2 matches

by iamrasputin
Sat May 09, 2020 4:13 pm
Forum: General
Topic: Need help with UDP connection:receive problem
Replies: 2
Views: 6378

Need help with UDP connection:receive problem

I've been working on my multiplayer game and stuck on the moment when I decided to put packet reception of the client into 'main.lua', so i don't have to call it in every object that somehow interacts with the server. I have a stage called 'hub.lua' where the connection:receive was called only once ...