C
C#11mo ago
Shiv

❔ Has anyone worked on PUBNUB c# sdk?

Need inputs on publishing and subscribing. Please help
30 Replies
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
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
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Yeah I searched kekw
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Say I send a message when mobile client is offline How can we handle this in signalr
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Oh ok ...
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Yeah will look into it...
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Do you know how messaging apps handle this....? like whatsapp
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
once we come online we will receive all the messages
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
ok ok ..
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Yes.. !!
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
got it
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Yes Will revisit based on the above point. Thanks for the pointers
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
Yes
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
It is review based app where user will get reward on each review...
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Shiv
Shiv11mo ago
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
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Accord
Accord11mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Reordering of columns: (DevExpress/XAML)How should I go about switching the order of these columns? I tried the following but did not work: ❔ When using AbstractValidator, is there any way that i can override the http status code?Im trying to return a 422 HTTP Status code when the error occurs, but by default it returns a 400 Ba❔ Best way to structure MVVM WPF App for multiples popupsHi ! I have a (nooby) WPF question. So I'm using MVVM paterns Here is my folder structure: ``` /MVVM❔ anyone uses/used/run splashkit on visual studio from iOS/MacBooks?Or any recommendation on tutorials ? Most tutorials I’ve seen were on windows and lowkey getting con❔ Whats the fastest way to write this data to a file? (C# Console App.)I need to write an int[][] to disk. Each int[] has 2 values, and the full int[][] has 100mil entries❔ Thin/Thick UI DesignHi! I've been a longtime c#.net programmer at a corporate office. I've been wanting to do some side Visual Studio project reference not updating with new codeBasically I have 2 projects in separate solutions, API and Data (the projects) API usually reference✅ HTTP Error 500.30 - ASP.NET Core app failed to startHello! I'm getting this error after deploying a net core app to IIS 10 (Windows 10 pc). Publish se✅ what is a .zero resource file?im looking at some code for an encoder/decoder and it uses a resource file called Aura.zero but its ❔ What is the best GUI system for C#?Does anyone know a good lib that impliment a gui system?