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 9eea9c0 commit f3c6285Copy full SHA for f3c6285
Src/EngineIoClientDotNet.mono/Modules/Global_netcore45.cs
@@ -19,7 +19,7 @@ public static string EncodeURIComponent(string str)
19
20
public static string DecodeURIComponent(string str)
21
{
22
- return Uri.UnescapeDataString(str);
+ return Uri.UnescapeDataString(str);
23
}
24
25
public static string CallerName([CallerMemberName]string caller = "", [CallerLineNumber]int number = 0, [CallerFilePath]string path = "")
0 commit comments