mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 17:04:00 +08:00
901505e8be
Multiple dylib instances will cause some global instances to be invalid. eg. lazy_static objects in rust side, will be created more than once. Signed-off-by: fufesou <linlong1266@gmail.com>