@persistent-ai/fireflow-executor / server / createWSServer
Function: createWSServer()
createWSServer(
options?):object
Defined in: packages/fireflow-executor/server/ws-server.ts:96
Parameters
options?
WSServerOptions = {}
Returns
object
aguiWss
aguiWss:
Server<typeofWebSocket, typeofIncomingMessage> |null
handler
handler:
object
handler.broadcastReconnectNotification
broadcastReconnectNotification: () =>
void
Returns
void
httpServer
httpServer:
Server<typeofIncomingMessage, typeofServerResponse>
shutdown
shutdown: () =>
void
Returns
void
wss
wss:
Server<typeofWebSocket, typeofIncomingMessage> =trpcWss