Remote event invocation queue exhausted for RemoteEvent; did you forget to implement OnServerEvent? (events dropped)

I am getting a lot of these (even in Studio) if a client sits idle for like 5 minutes. For the life of me I cannot figure out which RemoteEvent in my MANY RemoteEvents is queuing up like this.

Remote event invocation queue exhausted for RemoteEvent; did you forget to implement OnServerEvent? (events dropped)

I am assuming that (most likely on a lazy Friday) I started a project somewhere by creating the RemoteEvent, setting up the client side, but never finishing the server side.

Are there any good tools or plug-ins that can comb through the code looking for events that are fired but never consumed?

2 Likes

I don’t know of any that could help, but I could spend some time making a command bar script that would help you.

1 Like

Sure! If it does the job, it would be something that could be a great asset to share broadly.

2 Likes

I realized something. In what form do these messages appear? Is it an error or a warning?

1 Like

1 Like

Turned out that in my game, it was the Adonis Admin. I don’t even use it because I wrote my own admin commands anyway so I just removed it.