App crashed in AppWebsocket's destructor
Hi guys,
Under some uncertain condition my app is crashed in AppWebsocket's destructor:
```
#1 0x0000000000486fc3 in AppWebsocket::~AppWebsocket (this=0x25c1130, __in_chrg=<optimized out>) at sdk/common/lib-cpp/appwebsocket.cpp:57
#2 0x0000000000496732 in AppUpdatesSession::~AppUpdatesSession (this=0x25c1130, __in_chrg=<optimized out>) at sdk/common/lib-cpp/app_updates.cpp:89
```
This happens immediately after my AppSession's destructor is finished.
I'm using the same implementation for App's session as you provide in default template. This happens from time to time and I can't find any patter of how to reproduce this issue.
Please let me know if you have any ideas where to look to better understand what is the reason of this issue.
Best regards,
Sergey