Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
optomate-tech committed Sep 25, 2023
1 parent 521163d commit e32f337
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ try {
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
"sqnum": "1", // (string) user defined, sent during publish function.
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
"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.
}
```

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

Expand All @@ -812,7 +812,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -833,7 +833,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -854,7 +854,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -875,7 +875,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -896,7 +896,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -923,7 +923,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -944,7 +944,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -971,7 +971,7 @@ try {
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

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

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

Expand Down

0 comments on commit e32f337

Please sign in to comment.