Skip to content

Commit

Permalink
[WebSocket/WebSocketLink] : METROL-1087
Browse files Browse the repository at this point in the history
  • Loading branch information
msieben committed Nov 6, 2024
1 parent 6f4705c commit dae1edf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/websocket/WebSocketLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,15 @@ namespace Web {
class WebSocketLinkType {
public:
enum EnumlinkState : uint8_t {
WEBSERVICE = 0x01,
WEBSERVER DEPRECATED = 0x01,
UPGRADING = 0x02,
WEBSOCKET = 0x04,
SUSPENDED = 0x08,
ACTIVITY = 0x10
};

constexpr static EnumlinkState WEBSERVICE = EnumlinkState::WEBSERVER;

typedef WebSocketLinkType<LINK, INBOUND, OUTBOUND, ALLOCATOR> ParentClass;

private:
Expand Down

0 comments on commit dae1edf

Please sign in to comment.