centrifugal / centrifuge-mobile

iOS and Android clients for Centrifugo and Centrifuge library using gomobile on top of centrifuge-go
MIT License
57 stars 14 forks source link

history publication does not received after subscribing on channel #22

Closed puryagh closed 2 years ago

puryagh commented 3 years ago

hi dear

after a few days of working on centrifuge-java, finally i use centrifuge-mobile and it is very simple and fast

but i have a problem on channel history

on ios (swift) and web when i subscribe on public channel that has below configuration

{ "name": "public", "anonymous": true, "publish": true, "join_leave": true, "presence": false, "presence_stats": false, "history_size": 1, "history_lifetime": 3600 }

history publications receives correctly but on android with with centrifuge-mobile library histories publications not receives

please help me to solve this

FZambia commented 3 years ago

Hello, please provide steps to reproduce (with version and code example).

FZambia commented 2 years ago

Closing since no response from OP and no steps to reproduce.