refactor XPushMessage and handle it's side affects ...
This commit is contained in:
+2
-2
@@ -105,9 +105,9 @@ namespace xPushService.Base {
|
||||
//
|
||||
Actor = actor,
|
||||
Payload = connectionId,
|
||||
Type = XPushType.System,
|
||||
TimeStamp = DateTime.UtcNow,
|
||||
Topic = (int) XPushType.System,
|
||||
Type = XPushType.System.GetStringValue(),
|
||||
Topic = XPushType.System.GetStringValue(),
|
||||
Action = XBasePushAction.NotifyNewConnection.GetStringValue (),
|
||||
Message = $"a new connection stablished by {connectionId} ...",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user