1. It takes a very long time to load the development server.
2. It frequently gives me the login window even if I logged in 2 minutes ago which is becoming very frustrating.
3. To make matters worse, when I enter my username and password and click enter, it just waits for 10 seconds just for the window to appear again!
4. To make matters further worse, the "Remember password" checkbox doesn't do any thing
So I literally need around 10 minutes each time I want to test a server code. I'm not sure if it's because my internet is currently too bad or not, but still even with a bad internet, issue 2,3, and 4 shouldn't happen. Right? I hope the development team looks into that.
There is another issue and that is I want to Broadcast an array of 200 integers. What is the best way to do that? Currently I'm doing a for loop that broadcasts one by one but only to see that every client got disconnected from the game! I reduced this for loop to 100 and there are no issues. I'm guessing 200 is a large number?
I didn't have any of those issues when I was doing my game on nonoba API by the way. Appreciate your assistant.