fix warning: field '_eventCallback' will be initialized after field '_publishMode'
This commit is contained in:
parent
ba54664748
commit
2d46a0605b
@ -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