WebSocket

data class WebSocket(val keepAlive: RSocketKeepAlive = RSocketKeepAlive.default) : ConnectionMethod

Receive binary sync lines via RSocket over a WebSocket connection.

This connection mode is currently experimental and requires a recent sync service to work. WebSocket support is only available when enabling the SyncOptions.newClientImplementation.

Constructors

Link copied to clipboard
constructor(keepAlive: RSocketKeepAlive = RSocketKeepAlive.default)

Properties

Link copied to clipboard