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 20f4041 commit 9eea9c0Copy full SHA for 9eea9c0
Src/EngineIoClientDotNet.mono/Modules/Global_net35.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(string caller = "", int number = 0, string path = "")
0 commit comments