server property

CRDTSocketServer get server

The server instance.

This is set by the server when the plugin is attached to the server.

Do not use this property before the plugin is attached to the server.

Implementation

CRDTSocketServer get server => _server;