Description
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?