Skip to content

Interface with string parameters fail #91

@large

Description

@large

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

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions