fix warning: field '_eventCallback' will be initialized after field '_publishMode'
This commit is contained in:
parent
ce1ba20db5
commit
0349b7f1c7
@ -40,9 +40,9 @@ namespace ix
|
|||||||
{
|
{
|
||||||
WebSocketTransport::WebSocketTransport() :
|
WebSocketTransport::WebSocketTransport() :
|
||||||
_readyState(CLOSED),
|
_readyState(CLOSED),
|
||||||
_enablePerMessageDeflate(false),
|
|
||||||
_closeCode(0),
|
_closeCode(0),
|
||||||
_closeWireSize(0),
|
_closeWireSize(0),
|
||||||
|
_enablePerMessageDeflate(false),
|
||||||
_requestInitCancellation(false)
|
_requestInitCancellation(false)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user