Open aviadmini opened 5 years ago
The current situation is, that RageMP does not clean up plugins correctly. We are listening to those events, but if they do not get called, we are unable to trigger all IResource.OnStopAsync
methods.
I didn't find any invocation of that method in library code
Yeah, thats correct, but the method, that would invocate this event, is not even called in the first place. So implementing it would not fix that problem.
The RageMP Server needs to call this method:
But the log messages do not even appear we just included that method for future compatibility. But I could try to create a workaround for it.
Is that by design?