[Modify] Polish it

This commit is contained in:
sta 2019-07-25 20:10:16 +09:00
parent e3201e336f
commit 36a40ef4ab

View File

@ -575,6 +575,7 @@ namespace WebSocketSharp
)
{
var ret = BitConverter.GetBytes (value);
if (!order.IsHostOrder ())
Array.Reverse (ret);