[Modify] Polish it
This commit is contained in:
parent
e3201e336f
commit
36a40ef4ab
@ -575,6 +575,7 @@ namespace WebSocketSharp
|
||||
)
|
||||
{
|
||||
var ret = BitConverter.GetBytes (value);
|
||||
|
||||
if (!order.IsHostOrder ())
|
||||
Array.Reverse (ret);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user