Skip to content

refactor: make websocket gateway interface type safe #124

Open
@francescovallone

Description

# Problem

Right now, the class WebSocketGateway interface uses dynamic in both the onMessage and send methods. This refactor aims to remove the dynamic typing in the data argument in the methods, providing a type-safe interface when sending and receiving messages.

This refactor will also make moving to the new web_socket library easier. (#110)

Analysis

// TO-DO

Solution

// TO-DO

Metadata

Labels

api stabilizationChanges to stabilize the API of the frameworkbreaking changeFeature or fix that break stuff in the framework

Projects

  • Status

    New

Relationships

None yet

Development

No branches or pull requests

Issue actions