Skip to main content Link Menu Expand (external link) Document Search Copy Copied

["gossip", "ping"]

Table of contents

  1. Description
  2. Specification
    1. Requests
      1. Args
    2. Follow-up requests
    3. Responses
  3. Support table
  4. Examples
    1. Requests
    2. Manyverse
    3. Follow-up requests
    4. Manyverse

Description

This request is most likely used to keep the underlying connection alive.

The location of the primary documentation for this request is unknown.

Specification

Requests

Name
["gossip", "ping"]
Type
"duplex"
Args Seems to be an array containing exactly one object.

Args

The object within the args array seems to have the following schema:

Field name Required Type Description
timeout
true
number

No details are known.

Follow-up requests

Follow up requests seem to be a JSON number.

Responses

Unknown.

Support table

Sends Accepts
go-ssb
v0.2.1
No.
v0.2.1
Unknown.
Patchwork
3.18.1
No.
3.18.1
Unknown.
Manyverse
v0.2203.21-beta
Yes.
v0.2203.21-beta
Unknown.

Examples

Requests

Manyverse

  • Request number:
    1
  • Stream:
    true
  • End/err:
    false
  • Body type:
    JSON
Manyverse v0.2203.21-beta
{
    "name": ["gossip", "ping"],
    "args": [
        {
            "timeout":300000
        }
    ],
    "type": "duplex"
}

Follow-up requests

Manyverse

  • Request number:
    1
  • Stream:
    true
  • End/err:
    false
  • Body type:
    JSON
Manyverse v0.2203.21-beta
1648840049081