-
Notifications
You must be signed in to change notification settings - Fork 8
[BUG] native library unloads on both sides #61
Copy link
Copy link
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
Reactions are currently unavailable