mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net.websocket: fix building client.v
This commit is contained in:
@ -479,7 +479,7 @@ pub fn (mut ws Client) read() int {
|
||||
return -1
|
||||
}
|
||||
}
|
||||
message := Message{
|
||||
message := &Message{
|
||||
opcode: frame.opcode
|
||||
payload: payload
|
||||
payload_len: int(payload_len)
|
||||
|
Reference in New Issue
Block a user