We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f90914 commit 47a86a6Copy full SHA for 47a86a6
RSocket.Core/RSocketOptions.cs
@@ -1,11 +1,11 @@
1
-using System;
+using System;
2
3
namespace RSocket
4
{
5
public class RSocketOptions
6
7
public const int INITIALDEFAULT = int.MinValue;
8
- public const string BINARYMIMETYPE = "binary";
+ public const string BINARYMIMETYPE = "application/octet-stream";
9
10
public TimeSpan KeepAlive { get; set; }
11
public TimeSpan Lifetime { get; set; }
@@ -24,4 +24,4 @@ public class RSocketOptions
24
MetadataMimeType = BINARYMIMETYPE,
25
};
26
}
27
-}
+}
0 commit comments