Skip to content

issues Search Results · repo:coder/websocket language:Go

Filter by

313 results
 (49 ms)

313 results

incoder/websocket (press backspace or delete to remove)

I believe what I am looking for is similar to JavaScripts websocket, rejectUnathorized : true. new WebSocket(host, { headers, ca, timeout, rejectUnauthorized: false }) This would allow the websocket ...
  • Fish1
  • 1
  • Opened 
    23 days ago
  • #521

What does this error mean? You can read the context log of this issue at https://github.com/switchupcb/disgo/issues/81. Here is the code involved. { level : info , time : 2025-02-25T11:15:50.047882793Z ...
  • switchupcb
  • Opened 
    24 days ago
  • #520

What is the error type of this error so I can ignore it? Here is an example of an error type within this library. closeErr := new(websocket.CloseError) if errors.As(err, closeErr) { ... } websocket.CloseError ...
  • switchupcb
  • 2
  • Opened 
    29 days ago
  • #519

The problem It looks like that by default the library uses the default HTTPClient: https://github.com/coder/websocket/blob/d1468a75eee5525d183123766fbf288dca1eed9b/dial.go#L76-L103 And the default HTTP ...
  • WofWca
  • Opened 
    on Feb 7
  • #518

[kpachhai@kpwarmachine ~/repos/github.com/nuklai/nuklai] $ go clean -modcache [kpachhai@kpwarmachine ~/repos/github.com/nuklai/nuklai] $ go version go version go1.22.7 linux/amd64 [kpachhai@kpwarmachine ...
  • kpachhai
  • 1
  • Opened 
    on Jan 31
  • #516

The CI is currently failing with this error when trying to launch TestWasm with wasmbrowsertest: No usable sandbox! If you are running on Ubuntu 23.10+ or another Linux distro that has disabled unprivileged ...
  • igolaizola
  • 1
  • Opened 
    on Jan 29
  • #512

I m writing a TCP reverse proxy over Websocket and I m trying to use this library. However, it provides no way to close the write side only. That s needed to indicate end of stream (EOF), which gets mapped ...
enhancement
  • fortuna
  • 6
  • Opened 
    on Dec 27, 2024
  • #507

Hello, Instead of the Go standard net/http, I am using FastHTTP as my webserver, in order to upgrade to websockets using FastHTTP websocket. It currently looks something like this, which is called by ...
needs-info
  • SolomonSklash
  • Opened 
    on Dec 26, 2024
  • #506

*bufio.Scanner and other consumers of io.Reader interface expect to receive io.EOF identically when reading to the end of a file/stream. From the io package: // EOF is the error returned by Read when ...
bug
  • spikecurtis
  • Opened 
    on Dec 17, 2024
  • #504

Hi, as titled. We are trying to get the raw TCP connection to read the file descriptor. netConn := websocket.NetConn(reqCtx.Context(), wsConn, websocket.MessageText) We want to use this library in combination ...
enhancement
  • StarpTech
  • 3
  • Opened 
    on Oct 19, 2024
  • #497
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub