-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Describe the bug
unloading module on server side, will unload native requirements, while client side uses them
To Reproduce
Example module with native dll requirement
SV: dotnet_load("Example")
CL: dotnet_load("Example")
SV: dotnet_unload("Example")
CL: try use code from native library
CL: System.AccessViolationException // something like nullpointerexception
Expected behavior
not unload native requirement
- Garry's Mod Windows
i'm working on making my module server sided.
this can't be done easily i think.
it's not critical.
just todo maybe