alvyxaz / barebones-masterserver

Master Server framework for Unity
476 stars 106 forks source link

[REQUEST] server stress tester #51

Open xgcell opened 7 years ago

xgcell commented 7 years ago

Would it be possible to include a small program that could simulate clients connecting to the server and perhaps send data to simulate them doing stuff like walking, talk and so on?

I know a guy that made one for his network stuff, and thought it would be really handy for people using this framework to have their own.

alvyxaz commented 7 years ago

Hey!

Yeah, it's a good idea. I did some stress testing in the early versions, but they were mostly focused on the game that I was working on.

I took a note to do write some stress-testing examples after releasing V2.0 ;)