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

CentrifugeSubscription syncQueue #24

Closed NailxSharipov closed 2 years ago

NailxSharipov commented 4 years ago

Write now each Subscription has its own sync queue. I guess it will be better if Subscription will be work on Client sync queue by two reasons:

FZambia commented 4 years ago

I suppose that overhead is relatively small, but in general I don't have any arguments against this refactoring.

FZambia commented 2 years ago

Fixed by https://github.com/centrifugal/centrifuge-swift/pull/50