x.websocket: expose log field (#6866)

pull/6879/head
Anton Zavodchikov 2020-11-18 22:22:44 +05:00 committed by GitHub
parent b4ae332e0c
commit 6d99f0af50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,6 @@ mut:
ssl_conn &openssl.SSLConn
flags []Flag
fragments []Fragment
logger &log.Log
message_callbacks []MessageEventHandler
error_callbacks []ErrorEventHandler
open_callbacks []OpenEventHandler
@ -40,6 +39,7 @@ pub mut:
nonce_size int = 16 // you can try 18 too
panic_on_callback bool
state State
logger &log.Log
resource_name string
last_pong_ut u64
}