Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / gorilla/websocket issues and pull requests

#863 - Do not handle network error in `SetCloseHandler()`

Pull Request - State: closed - Opened by nak3 about 1 year ago - 16 comments
Labels: size/XS

#862 - Update README.md, replace master to main

Pull Request - State: closed - Opened by mstmdev about 1 year ago - 1 comment
Labels: size/S

#861 - Update LICENSE

Pull Request - State: closed - Opened by coreydaley about 1 year ago - 1 comment
Labels: size/M

#859 - [BUG] websocket on compress close duplicate

Issue - State: open - Opened by t0jc about 1 year ago - 15 comments
Labels: bug

#857 - update GitHub workflows

Pull Request - State: closed - Opened by coreydaley about 1 year ago - 2 comments
Labels: size/M

#856 - update golang.org/x/net

Pull Request - State: closed - Opened by coreydaley about 1 year ago
Labels: size/XS

#855 - Bump golang.org/x/net from 0.14.0 to 0.17.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: size/XS, dependencies

#854 - Update the Host field in the request header

Pull Request - State: closed - Opened by HaoweiCh about 1 year ago - 5 comments
Labels: size/S

#853 - Update server.go

Pull Request - State: closed - Opened by samyuktha-asokan about 1 year ago - 3 comments
Labels: size/XS

#852 - [BUG] Debug messages are printed to log

Issue - State: closed - Opened by jbarlowbignell about 1 year ago - 2 comments
Labels: bug

#851 - Add test for computeAcceptKey

Pull Request - State: closed - Opened by ghost about 1 year ago
Labels: size/XS

#849 - [BUG] websocket: close 1006 (abnormal closure): unexpected EOF

Issue - State: closed - Opened by zzdboy about 1 year ago - 3 comments
Labels: bug

#848 - Use errors.As and errors.Is

Pull Request - State: closed - Opened by ghost about 1 year ago - 1 comment
Labels: size/M

#847 - Cleanup remnants of net.Error Temporary()

Pull Request - State: closed - Opened by ghost about 1 year ago
Labels: size/M

#846 - Use crypto/rand for mask key

Pull Request - State: closed - Opened by ghost over 1 year ago - 1 comment
Labels: size/S

#845 - [FEATURE] eliminate buffer pool example

Issue - State: open - Opened by ghost over 1 year ago - 1 comment

#844 - WSS support

Issue - State: closed - Opened by VinnieCool over 1 year ago - 5 comments

#843 - add mutable configuration to optimize ReadMessage performance

Pull Request - State: closed - Opened by lesismal over 1 year ago - 16 comments

#842 - Any size limit/configuration for the JSON written with Conn.WriteJSON or read with Conn.ReadJSON ?

Issue - State: closed - Opened by ssmails over 1 year ago - 2 comments
Labels: question

#841 - WriteControl() changes WriteDeadline permanently

Issue - State: closed - Opened by ayjayt over 1 year ago - 11 comments
Labels: bug

#840 - Update go version & add verification/testing tools

Pull Request - State: closed - Opened by coreydaley over 1 year ago - 3 comments
Labels: size/XXL

#839 - Update README.md

Pull Request - State: closed - Opened by coreydaley over 1 year ago

#838 - unreasonable

Issue - State: closed - Opened by hangever147 almost 2 years ago - 2 comments
Labels: bug

#837 - [question]

Issue - State: closed - Opened by A425G almost 2 years ago - 1 comment
Labels: question

#836 - [question] Is there a size limit for messages being read?

Issue - State: closed - Opened by ema-dev almost 2 years ago - 1 comment
Labels: question

#835 - [bug] read tcp: read: connection reset by peer

Issue - State: closed - Opened by rudyares almost 2 years ago - 2 comments
Labels: bug

#834 - [question] socks5 over webrtc,but never entered,help me thanks

Issue - State: closed - Opened by hktalent almost 2 years ago - 1 comment
Labels: question

#833 - [question] read tcp 172.29.229.168:8081->172.29.224.1:57917: i/o timeout

Issue - State: closed - Opened by ah-its-andy almost 2 years ago - 1 comment
Labels: question

#832 - [question] some questions

Issue - State: closed - Opened by hktalent almost 2 years ago - 2 comments
Labels: question

#831 - [question] How to upgrade an HTTP/3 connection into WebSocket?

Issue - State: closed - Opened by ldnvnbl almost 2 years ago - 1 comment
Labels: question

#830 - [question] How to know whether a websocket.Conn is disconnected ?

Issue - State: closed - Opened by cccxg almost 2 years ago - 1 comment
Labels: question

#829 - What about the problem of passing different message structures on the same connection

Issue - State: closed - Opened by vic220309 about 2 years ago
Labels: question

#828 - [question] concurrent write to websocket connection with mutex.Lock()

Issue - State: open - Opened by Jrenk about 2 years ago - 19 comments
Labels: question

#827 - Replace deprecated ioutil pkg and bump go.mod to 1.16

Pull Request - State: closed - Opened by markhaur about 2 years ago - 1 comment
Labels: waiting on new maintainer

#826 - [feature] concurrent safe write function

Issue - State: open - Opened by 0x-3FFF about 2 years ago - 5 comments
Labels: enhancement

#825 - [question] cancelled context is ignored?

Issue - State: closed - Opened by ivanjaros about 2 years ago - 3 comments
Labels: question

#824 - [question]

Issue - State: closed - Opened by zzxctk about 2 years ago - 1 comment
Labels: question

#823 - Fixes subprotocol selection (aling with rfc6455)

Pull Request - State: closed - Opened by KSDaemon about 2 years ago - 15 comments
Labels: size/M

#822 - [bug] Websocket subprotocol is not chosen on client preferance

Issue - State: closed - Opened by KSDaemon about 2 years ago
Labels: bug

#821 - [feature] why not support permessage-deflate?

Issue - State: closed - Opened by garyfu9527 about 2 years ago - 2 comments
Labels: enhancement

#820 - [question] How to verify tls client?

Issue - State: closed - Opened by ivanjaros about 2 years ago - 3 comments
Labels: question

#819 - Feature # support client send msg before handshake is completed

Pull Request - State: closed - Opened by seeadoog about 2 years ago - 1 comment

#818 - Judge error once we get it when calling function WriteJSON

Pull Request - State: closed - Opened by xieyuschen about 2 years ago - 1 comment

#817 - [feature] Avoid flushing frame twice when calling WriteJSON

Issue - State: closed - Opened by xieyuschen about 2 years ago - 4 comments
Labels: enhancement

#816 - [feature] Will it support client send msg before handshake is completed ?

Issue - State: closed - Opened by seeadoog about 2 years ago - 1 comment
Labels: enhancement

#815 - Is thuse interceptor

Issue - State: closed - Opened by fengyeall111 about 2 years ago
Labels: question

#814 - [feature] Max send frame size

Issue - State: open - Opened by tigrannajaryan about 2 years ago - 3 comments
Labels: enhancement

#813 - [bug]

Issue - State: closed - Opened by secsys-go about 2 years ago - 1 comment
Labels: bug

#812 - [question] Why read operation from websocket.Conn make write operation to another Tcp conn error?

Issue - State: closed - Opened by SKTT1Ryze about 2 years ago - 2 comments
Labels: question

#811 - style: typo and modify io/ioutil -> io

Pull Request - State: closed - Opened by li-jin-gou about 2 years ago

#810 - How to communicate multiple events and data between client and server

Issue - State: closed - Opened by dong-lufei about 2 years ago - 3 comments

#809 - [question] Socks5 proxy throwing error:

Issue - State: closed - Opened by seal over 2 years ago - 1 comment
Labels: question

#808 - octo-org / octo-repo

Pull Request - State: closed - Opened by lokera666 over 2 years ago

#806 - [question] why are there the same of two function excute SetWriteDeadline

Issue - State: closed - Opened by baiyutang over 2 years ago
Labels: question

#805 - After a long time of listen, the Binance will close ws connection [question]

Issue - State: closed - Opened by ybina over 2 years ago - 1 comment
Labels: question

#804 - JSONRPC2 + Gorilla Websockets Example?

Issue - State: closed - Opened by jrbrodie77 over 2 years ago - 1 comment
Labels: question

#803 - [question] why the WriteControl and SetWriteDeadline can be called concurrently?

Issue - State: closed - Opened by H-hao over 2 years ago - 2 comments
Labels: question

#801 - [bug] One Thread Per Go Routine on OSX 12.4

Issue - State: closed - Opened by davidrenne over 2 years ago - 2 comments
Labels: bug

#800 - [question] How to create an onMessage handler on server side?

Issue - State: closed - Opened by WillNilges over 2 years ago - 2 comments
Labels: question

#799 - How many users does it support?

Issue - State: closed - Opened by hosseinkhojany over 2 years ago - 2 comments
Labels: question

#798 - check err before GotConn for trace

Pull Request - State: closed - Opened by junnplus over 2 years ago

#797 - [question] RSV1 set, bad opcode 7, bad MASK

Issue - State: closed - Opened by uday1331 over 2 years ago - 1 comment
Labels: question

#796 - [question] how to use websocket.UnderlyingConn()

Issue - State: closed - Opened by Vale-sail over 2 years ago - 1 comment
Labels: question

#795 - How do I monitor whether websocket connections are down

Issue - State: closed - Opened by kuangshp over 2 years ago
Labels: question

#794 - Is https not supported?

Issue - State: open - Opened by yuting-fan over 2 years ago - 6 comments
Labels: question

#793 - remove all versions < 1.16 and add 1.18

Pull Request - State: closed - Opened by ChannyClaus over 2 years ago

#792 - Update Go versions used in CI

Issue - State: closed - Opened by garyburd over 2 years ago - 3 comments
Labels: bug

#791 - Update required versions in CircleCi config

Pull Request - State: closed - Opened by garyburd over 2 years ago - 1 comment

#790 - ReadMessage return io.EOF error

Issue - State: closed - Opened by cai-bf over 2 years ago - 14 comments

#789 - Investigating Error code 1006

Issue - State: closed - Opened by mahashg over 2 years ago - 1 comment
Labels: question

#788 - Check for and report bad protocol in TLSClientConfig.NextProtos

Pull Request - State: closed - Opened by ChannyClaus over 2 years ago - 9 comments

#786 - [question]

Issue - State: closed - Opened by ErenWHT over 2 years ago - 2 comments
Labels: question

#785 - add WriteText()

Pull Request - State: closed - Opened by Alex41 over 2 years ago - 2 comments

#784 - Product min qty should be mandatory and bigger than 0

Issue - State: closed - Opened by ochayoun-makor over 2 years ago - 1 comment
Labels: bug

#783 - [bug] PingHandler does not work

Issue - State: closed - Opened by carmel over 2 years ago - 2 comments
Labels: bug

#782 - Add optional method ProxyTLSConnection (closes #779)

Pull Request - State: open - Opened by sleeyax over 2 years ago - 4 comments
Labels: size/M

#781 - [feature] Enable setting allowed origins when "CheckOrigin" is true

Issue - State: closed - Opened by Willson1220 over 2 years ago - 1 comment
Labels: enhancement

#780 - Feat: Add more details in bad handshake

Issue - State: closed - Opened by pablodz over 2 years ago - 1 comment

#779 - [bug] Can't establish websocket connection when using `NetDialTLSContext` and `Proxy` together

Issue - State: open - Opened by sleeyax over 2 years ago - 2 comments
Labels: bug

#778 - test for github actions and remove old golang version

Pull Request - State: closed - Opened by emp3826 over 2 years ago - 1 comment

#777 - [question] Does server and client example not needed ping pong mechanism to keep connection alive?

Issue - State: closed - Opened by smanghate over 2 years ago - 1 comment
Labels: question

#776 - Replaced the deprecated ioutil package

Pull Request - State: closed - Opened by enkeyz over 2 years ago - 4 comments
Labels: waiting on new maintainer, size/M

#775 - The server sends a large amount of data, but cannot receive messages from the client

Issue - State: closed - Opened by hailiangchen over 2 years ago - 2 comments
Labels: question

#774 - Edit the Go version in go.mod file in order to solve a compile error on the editor

Pull Request - State: closed - Opened by hgsgtk over 2 years ago - 2 comments

#773 - Changed the method name UnderlyingConn to NetConn

Pull Request - State: closed - Opened by JWSong over 2 years ago

#772 - Remove deprecated package

Pull Request - State: closed - Opened by VladPetriv over 2 years ago

#771 - [bug] why so many panic? Is error not working well ?

Issue - State: closed - Opened by xbyl1234 over 2 years ago - 5 comments
Labels: bug

#770 - [feature] Set timeout like 10 seconds to a connection

Issue - State: open - Opened by Zhaoxun over 2 years ago - 4 comments
Labels: enhancement

#769 - How to cancel Dial with proxy?

Issue - State: closed - Opened by aj3423 over 2 years ago - 4 comments
Labels: question

#768 - [feature] Connection status method

Issue - State: closed - Opened by kdh6429 almost 3 years ago - 3 comments
Labels: enhancement

#766 - [feature] Add (*Conn) NetConn() net.Conn method

Issue - State: closed - Opened by ghost almost 3 years ago
Labels: enhancement, help wanted

#764 - [bug]

Issue - State: closed - Opened by Clfe83 almost 3 years ago - 1 comment
Labels: bug