Closed bakatz closed 3 months ago
Seeing this extension randomly die every few months for some reason. When I reload plugins that depend on it whenever this happens, I get a null pointer in socket disconnect much like this user: https://umod.org/community/discord-chat/48587-error-when-trying-to-load-plugin?page=1
There's no logging or tests so it's hard to tell what's going on, so for now I've added a nullsafe call to at least allow this Disconnect method to complete without throwing an exception.
This has been fixed in version 3.0.0.
Seeing this extension randomly die every few months for some reason. When I reload plugins that depend on it whenever this happens, I get a null pointer in socket disconnect much like this user: https://umod.org/community/discord-chat/48587-error-when-trying-to-load-plugin?page=1
There's no logging or tests so it's hard to tell what's going on, so for now I've added a nullsafe call to at least allow this Disconnect method to complete without throwing an exception.