Normalizes a raw WebSocket frame into a Stone.js incoming event.
It attaches the frame as metadata and records the source (platform, socket, connection id) before handing off to the next middleware in the adapter pipeline.
Handle the incoming event and invoke the next middleware.
The adapter context.
The next middleware.
The response builder.
When the context is missing required components.
Normalizes a raw WebSocket frame into a Stone.js incoming event.
It attaches the frame as metadata and records the source (platform, socket, connection id) before handing off to the next middleware in the adapter pipeline.