WebSocketHandlers.onMessage(conn: IWebSocketConnection,data: string | Uint8Array): void | Promise<void>
Called for every inbound frame.
conn: IWebSocketConnection
The connection that received the frame
data: string | Uint8Array
Text as string, binary as Uint8Array