Implement reception of Close message
This commit is contained in:
@@ -71,3 +71,7 @@ type Option struct {
|
||||
Key string // max:64
|
||||
Value string // max:1024
|
||||
}
|
||||
|
||||
type CloseMessage struct {
|
||||
Reason string // max:1024
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user