mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x.websocket: expose log field (#6866)
This commit is contained in:
parent
b4ae332e0c
commit
6d99f0af50
@ -26,7 +26,6 @@ mut:
|
|||||||
ssl_conn &openssl.SSLConn
|
ssl_conn &openssl.SSLConn
|
||||||
flags []Flag
|
flags []Flag
|
||||||
fragments []Fragment
|
fragments []Fragment
|
||||||
logger &log.Log
|
|
||||||
message_callbacks []MessageEventHandler
|
message_callbacks []MessageEventHandler
|
||||||
error_callbacks []ErrorEventHandler
|
error_callbacks []ErrorEventHandler
|
||||||
open_callbacks []OpenEventHandler
|
open_callbacks []OpenEventHandler
|
||||||
@ -40,6 +39,7 @@ pub mut:
|
|||||||
nonce_size int = 16 // you can try 18 too
|
nonce_size int = 16 // you can try 18 too
|
||||||
panic_on_callback bool
|
panic_on_callback bool
|
||||||
state State
|
state State
|
||||||
|
logger &log.Log
|
||||||
resource_name string
|
resource_name string
|
||||||
last_pong_ut u64
|
last_pong_ut u64
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user