websocket 增加多分组 fork https://github.com/olahol/melody
7 lines
87 B
7 lines
87 B
package melody
|
|
|
|
type envelope struct {
|
|
t int
|
|
msg []byte
|
|
filter filterFunc
|
|
}
|