We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebf51f commit 20f4041Copy full SHA for 20f4041
Src/EngineIoClientDotNet.mono/Modules/Global.cs
@@ -16,7 +16,7 @@ public static string EncodeURIComponent(string str)
16
17
public static string DecodeURIComponent(string str)
18
{
19
- return Uri.UnescapeDataString(str);
+ return Uri.UnescapeDataString(str);
20
}
21
22
public static string CallerName([CallerMemberName]string caller = "", [CallerLineNumber]int number = 0, [CallerFilePath]string path = "")
0 commit comments