Skip to content

Commit e32f337

Browse files
committed
Release
1 parent 521163d commit e32f337

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ try {
662662
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
663663
"sqnum": "1", // (string) user defined, sent during publish function.
664664
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
665-
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
665+
"intime": 25 // (int) Intime is a metric that quantifies the routing latency within the messaging infrastructure, specifically within the context of the messaging platform. It measures the time it takes for an event message to traverse from the moment it is received by the messaging to the instant it is dispatched to the subscriber(s) of the event. InTime is expressed in milliseconds (ms) and serves as a crucial indicator of the efficiency and responsiveness of the messaging system. This metric Not applicable for system events.
666666
}
667667
```
668668

@@ -785,7 +785,7 @@ try {
785785
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
786786
"sqnum": "1", // (string) user defined, sent during publish function.
787787
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
788-
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
788+
"intime": null
789789
}
790790
```
791791

@@ -812,7 +812,7 @@ try {
812812
"sourcesysid": "", // (string)
813813
"sqnum": "", // (string)
814814
"sessionid": "", // (string)
815-
"intime": // (string)
815+
"intime": null
816816
}
817817
```
818818

@@ -833,7 +833,7 @@ try {
833833
"sourcesysid": "", // (string)
834834
"sqnum": "", // (string)
835835
"sessionid": "", // (string)
836-
"intime": // (string)
836+
"intime": null
837837
}
838838
```
839839

@@ -854,7 +854,7 @@ try {
854854
"sourcesysid": "", // (string)
855855
"sqnum": "", // (string)
856856
"sessionid": "", // (string)
857-
"intime": // (string)
857+
"intime": null
858858
}
859859
```
860860

@@ -875,7 +875,7 @@ try {
875875
"sourcesysid": "", // (string)
876876
"sqnum": "", // (string)
877877
"sessionid": "", // (string)
878-
"intime": // (string)
878+
"intime": null
879879
}
880880
```
881881

@@ -896,7 +896,7 @@ try {
896896
"sourcesysid": "", // (string)
897897
"sqnum": "", // (string)
898898
"sessionid": "", // (string)
899-
"intime": // (string)
899+
"intime": null
900900
}
901901
```
902902

@@ -923,7 +923,7 @@ try {
923923
"sourcesysid": "", // (string)
924924
"sqnum": "", // (string)
925925
"sessionid": "", // (string)
926-
"intime": // (string)
926+
"intime": null
927927
}
928928
```
929929

@@ -944,7 +944,7 @@ try {
944944
"sourcesysid": "", // (string)
945945
"sqnum": "", // (string)
946946
"sessionid": "", // (string)
947-
"intime": // (string)
947+
"intime": null
948948
}
949949
```
950950

@@ -971,7 +971,7 @@ try {
971971
"sourcesysid": "", // (string)
972972
"sqnum": "", // (string)
973973
"sessionid": "", // (string)
974-
"intime": // (string)
974+
"intime": null
975975
}
976976
```
977977

@@ -1002,7 +1002,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10021002
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
10031003
"sqnum": null, // (string)
10041004
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1005-
"intime": null // (string)
1005+
"intime": null
10061006
}
10071007
```
10081008

@@ -1033,7 +1033,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10331033
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
10341034
"sqnum": null, // (string)
10351035
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1036-
"intime": null // (string)
1036+
"intime": null
10371037
}
10381038
```
10391039

0 commit comments

Comments
 (0)