-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Describe the bug
Functions like this fails:
bool Reload(string item);
Functions without string works as it should:
bool ReloadAll();
bool ReloadIteml(int num);
bool TryAll(bool areyousure);
It worked in earlier releases, but failing now.
Expected behavior
Strings should work, the IpcServiceClient.InvokeAsync returns false always not triggering the function in the other side.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested