Skip to main content
Version: 11.x

Interface: TRPCReconnectNotification

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:129

The server asked the client to reconnect - useful when restarting/redeploying service

Extends

Properties

id

id: RequestId

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:131

Overrides

BaseRequest.id


jsonrpc?

optional jsonrpc: "2.0"

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:26

Inherited from

BaseRequest.jsonrpc


method

method: "reconnect"

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:31

Inherited from

BaseRequest.method