No event name for Maximum event re-entrancy error

We have received from Error Report
Client Maximum event re-entrancy depth (80) exceeded for BindableEvent.Event
but that’s all it is. We don’t have a stack trace nor the event name.

It would help us to pinpoint what problem because max re-entrancy usually mean a bad logic error that is causing some kind of loop

3 Likes

Technically, ‘Event’ is the event name here.
And also there is no stack trace because events are invoked with themself at the root of the stack.

I think we can report some information about the target function location we avoided calling.

1 Like