Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

client side websocket option #30

Description

@jeonsy92

I was trying to find out examples of websocket client which use perMessageDeflate option.
But I couldn't find any example using even any other option.
Is it possible to make PermessageDeflate false in client side?
I'm trying to connect 3rd party websocket api and they set perMessageDeflate true.
But what I want is perMessageDeflate option false because receiving data is small.
I tried new WebSocket('url', {perMessageDeflate : false}); but didn't work
I really want to use your library because it's so fast even in client perspective.
Always thanks for great library.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions