Home Forums Game Frame General Discussion Game Frame integration with build servers? (GitHub, TeamCity, ..) Reply To: Game Frame integration with build servers? (GitHub, TeamCity, ..)

#2889
Jeremy Williams
Keymaster

Excellent question. Currently the system ignores events (I call them Alerts internally) if an alert animation is currently playing, and starts listening for new ones when it finishes.

It’s possible to queue alerts but given the limited resources a better solution might be to send an event on alert completion to your server that tells it the display is ready for another command. What do you think?