@globalleaderboards/sdk - v0.5.0
GitHub
API Documentation
GlobalLeaderboards.net
Preparing search index...
ConnectionInfoMessage
Interface ConnectionInfoMessage
Connection info message
interface
ConnectionInfoMessage
{
type
:
"connection_info"
;
payload
?:
{
connectionId
:
string
;
maxConnections
:
number
;
currentConnections
:
number
;
rateLimit
?:
{
requestsPerMinute
:
number
;
burstSize
:
number
}
;
}
;
}
Hierarchy (
View Summary
)
WebSocketMessage
ConnectionInfoMessage
Index
Properties
type
payload?
Properties
type
type
:
"connection_info"
Optional
payload
payload
?:
{
connectionId
:
string
;
maxConnections
:
number
;
currentConnections
:
number
;
rateLimit
?:
{
requestsPerMinute
:
number
;
burstSize
:
number
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
payload
GitHub
API Documentation
GlobalLeaderboards.net
@globalleaderboards/sdk - v0.5.0
Loading...
Connection info message