-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to set presenceTimeout in Pubnub configuration ? #53
Comments
Hi, thanks for opening the issue! Are you using PubNub SDK in a Flutter application? |
Yes.. I am facing an issue on both below dependency versions.
|
@are Thanks |
@are |
Hello, sorry for not answering earlier. You can use Additionally we are working on a set of Flutter specific widgets to help with Presence and other things, but its not currently released yet. You can take a look at the pattern we plan to use for Presence here. |
@are By doing this, you are restricting dart to use pubnub features. |
We are not restricting PubNub features from Dart - Presence is fully available in the Dart SDK. However, because of the way Dart ecosystem functions we want to give customers flexibility in how they want to interact with PubNub network. If you are using Flutter, please feel free to use the Presence widget I've shown you in the previous message. |
@are Thanks |
@are |
@are |
@are |
Sorry, we don't have anything to share yet. If this is something that is preventing you from moving forward, please open a ticket with our Support so we can prioritize this issue. Thank you for your patience! |
@are Awaiting for a quick solution. Thanks |
@are Is there any update from your side on this ? Because at last, I need to change code which is in dart language. |
ANY UPDATES ? |
I have few issues of NULL_SAFETY so I am using 4.0.0-beta.1 version in my code. I am not able to configure PresenceTimeout value into it. So I am not able to know from server that weather my connection is alive or not..
Please let me know if any else is implemented from your side.
Thanks
The text was updated successfully, but these errors were encountered: