❔ Has anyone worked on PUBNUB c# sdk?
Need inputs on publishing and subscribing. Please help
30 Replies
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Ok sorry for the confusion, let me explain my use case first ,
We need to send large data to mobile client. since the response is too slow, I thought of sending only required data first through api and push the remaining data using signalr...
While exploring real time communication, I found out Pubnub as one option ..they are some good features like message persistance and logging (https://www.pubnub.com/)...
So ended up there..now the messages are not getting delivered as expected...
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Yeah I searched
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Say I send a message when mobile client is offline
How can we handle this in signalr
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Oh ok ...
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Yeah will look into it...
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Do you know how messaging apps handle this....?
like whatsapp
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
once we come online we will receive all the messages
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
ok ok ..
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Yes.. !!
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
got it
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Yes Will revisit based on the above point.
Thanks for the pointers
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Yes
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
It is review based app where user will get reward on each review...
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
User need to see his previous data on home screen... where we have formulae to calculate
not really real time on homescreen...
I need to push the data from server to client
But there is also a conversational UI component where Real time communication is required ...Signalr is fine for this.
Unknown part is how to optimize initial load of the mobile app..
how else can i push the data to mobile client (without making user to wait on landing screen for long)
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.