FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Client connect to different websocket server if provided

Open evaliyev opened this issue 1 year ago • 0 comments

Description

At the moment, clients connect to Alfred to create documents using the REST interface and then connect again with WebSockets to send and receive deltas. This PR added an option to provide a URL different from the orderer to connect to the delta stream WebSocket server URL.

WebSocket server can be specified in the config.json file. If not provided, the WebSocket server URL defaults to Alfred URL.

evaliyev avatar Aug 04 '22 18:08 evaliyev