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 aa8c25d
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 @@ -193,6 +193,8 @@ namespace Web {
ACTIVITY = 0x10
};

DEPRECATED constexpr static EnumlinkState WEBSERVER { EnumlinkState::WEBSERVICE };

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

private:
Expand Down Expand Up @@ -377,7 +379,7 @@ PUSH_WARNING(DISABLE_WARNING_THIS_IN_MEMBER_INITIALIZER_LIST)
, _handler(binary, masking)
, _parent(parent)
, _adminLock()
, _state(WEBSERVICE)
, _state(WEBSERVER)
, _serializerImpl(*this, queueSize)
, _deserialiserImpl(*this, queueSize)
, _path()
Expand Down

0 comments on commit aa8c25d

Please sign in to comment.