Skip to content

Specifying a custom draft list on the server side is buggy!! #134

Closed
@Davidiusdadi

Description

@Davidiusdadi

Unfortunately specifying a custom on the server side is buggy.

Thats because EVERY single Websocket demands its own draft object (the draft object caches incomplete received frames)! Therefore draft objects must not be shared!

To fix that the draft object has to be cloned before use...

I will fix that as soon as i have time which will be within the next few days.

Usually you only create one client at once therefore you won't get trouble there .

#132 @Joris-van-der-Wel FYI

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions