Skip to content

Commit 6c32511

Browse files
committed
Removed ignoreInvalidMessage
1 parent a92ceeb commit 6c32511

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/types.ts

-8
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ export interface OutgoingMessageTypes {
267267
* Authentication challenge response
268268
*/
269269
authentication?: string;
270-
/**
271-
* When `ignoreInvalidMessages` is true, the socket will not be closed for `WebSocketCloseCode`: `MessageDecodeError`, `UnknownOpCode`, or `MissingDataKey`. Instead, the message will be logged and ignored.
272-
*/
273-
ignoreInvalidMessages?: boolean;
274270
/**
275271
* Bitmask of `EventSubscription` items to subscribe to events and event categories at will. By default, all event categories are subscribed, except for events marked as high volume. High volume events must be explicitly subscribed to.
276272
*/
@@ -280,10 +276,6 @@ export interface OutgoingMessageTypes {
280276
* Sent at any time after initial identification to update the provided session parameters.
281277
*/
282278
[WebSocketOpCode.Reidentify]: {
283-
/**
284-
* When `ignoreInvalidMessages` is true, the socket will not be closed for `WebSocketCloseCode`: `MessageDecodeError`, `UnknownOpCode`, or `MissingDataKey`. Instead, the message will be logged and ignored.
285-
*/
286-
ignoreInvalidMessages?: boolean;
287279
/**
288280
* Bitmask of `EventSubscription` items to subscribe to events and event categories at will. By default, all event categories are subscribed, except for events marked as high volume. High volume events must be explicitly subscribed to.
289281
*/

0 commit comments

Comments
 (0)