Skip to content

Commit 26935fc

Browse files
committed
fixed AppServerMetadata serializing issue
1 parent 4fc858c commit 26935fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SocketBase/Metadata/AppServerMetadata.cs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace SuperSocket.SocketBase.Metadata
1717
[StatusInfo(StatusInfoKeys.Listeners, Name = "Listeners", DataType = typeof(string), OutputInPerfLog = false, Order = 600)]
1818
[StatusInfo(StatusInfoKeys.AvialableSendingQueueItems, Name = "Avialable Sending Queue Items", DataType = typeof(int), Format = "{0:N0}", Order = 700)]
1919
[StatusInfo(StatusInfoKeys.TotalSendingQueueItems, Name = "Total Sending Queue Items", DataType = typeof(int), Format = "{0:N0}", Order = 800)]
20+
[Serializable]
2021
public class AppServerMetadata
2122
{
2223
/// <summary>

0 commit comments

Comments
 (0)