Skip to content

Seeing failed to get reader and to write msg errors #191

Closed
@gandaldf

Description

@gandaldf

Hi, I just updated your library to the last version; I tried a basic example with two Websocket connection and get these errors in my Go debug console:

failed to get reader: received close frame: status = StatusGoingAway and reason = ""
on page load (when HTML page try to open the Websocket connection).

and:

write: failed to write msg: failed to close writer: failed to write fin frame: failed to flush: write tcp 127.0.0.1:7070->127.0.0.1:61615: write: broken pipe
on writing (when my Go code try to send a message to the HTML page).

These errors pop out with Firefox (73) and Chrome (79), but I think they are mostly "warnings" because everything seems to work.
Anyway, I never had these errors in older versions of your library and my frontend code is still the same.
Can you investigate, please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions