Skip to content

The server only replied to the requests of some browser clients #17

@aiaawwoww

Description

@aiaawwoww

I use this websocket example. The browser client sends it 100 times, but only replies a few times


  for (let i = 0 ;i < 100 ; i++){
            doSend(i)
        }
function doSend(message) {
        websocket.send(JSON.stringify( {"code":1006,"symbol":message+""}));
    }

The server only replied to some requests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions