centrifugal / centrifuge-swift

Swift client SDK for bidirectional real-time communication with Centrifugo and Centrifuge-based server over WebSocket
MIT License
47 stars 41 forks source link

Crash After update 0.5 latest version. #68

Closed isandeepj closed 1 year ago

isandeepj commented 1 year ago

After update 0.4.6 to latest 0.5 version. App will crash sometime. Kindly check firebase crash log for more information Please fix this issue ASAP. $s15SwiftCentrifuge0B6ClientC17processDisconnect026_12C4909875FCC3D7D1C358D22I5F4A90LL4code6reason9reconnectys6UInt32V_SSSbtF

Screenshot 2022-09-03 at 12 25 29 PM Screenshot 2022-09-03 at 12 25 37 PM

Screenshot 2022-09-03 at 12 26 26 PM

FZambia commented 1 year ago

I'll try to take a look soon, a bit hard to address without reproducer though. Were you able to reproduce this locally?

isandeepj commented 1 year ago

I can't able to reproduce this locally.

FZambia commented 1 year ago

Was able to reproduce a couple of crashes by stressing out some SDK code paths, fixed in #69 . I think it may be the reason of crash reported here, check out 0.5.1 release.

FZambia commented 1 year ago

@sandeep-yudiz hello, did you get a chance to try the new version? Does the problem persist or fixed?

isandeepj commented 1 year ago

Fixed issue after update.

FZambia commented 1 year ago

Awesome, thanks for reporting and checking, closing then.