You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: In the iOS release build of my React Native application, ConnectyCube authentication works fine, and the user is authenticated correctly. However, once inside the app, the ConnectyCube user and contacts are not showing. Instead, the log repeatedly displays the message: nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events. This issue only occurs in the iOS release build.
Steps to Reproduce:
Integrate react-native-connectycube into a React Native project with the following versions:
react-native: 0.70.14
react-native-connectycube: 3.22.1
Authenticate a user using ConnectyCube.
Build and run the app in release mode on an iOS device or simulator.
Log in to the app and check if the ConnectyCube user and contacts are displayed.
Observed Behavior: The user and contacts do not appear, and the log shows the message: nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events.
Expected Behavior: The ConnectyCube user and contacts should be displayed correctly in the app, and the log message should not appear unless there's a genuine issue.
Environment:
React Native Version: 0.70.14
React Native ConnectyCube Version: 3.22.1
Platform: iOS
Screenshots:
Additional Context:
Mention that this issue does not occur in the development build, only in the release build.
Logs:
Include the relevant log messages, especially the nw_connection_add_timestamp_locked_on_nw_queue message.
The text was updated successfully, but these errors were encountered:
Hi Dave
Thank you for following up. We are continuing our investigation into this
issue, and it's indeed something we haven't encountered before. I've tried
several debugging methods to resolve the problem, but it still persists.
Regarding ConnectyCube logging, I do have the SDK logs enabled in release
mode in Xcode, which should be providing us with some insights. However,
the specific issue related to user and contact visibility, along with the
nw_connection_add_timestamp_locked_on_nw_queue log, remains unresolved.
I'll keep you updated as we make progress.
Best regards,
Description:
Problem: In the iOS release build of my React Native application, ConnectyCube authentication works fine, and the user is authenticated correctly. However, once inside the app, the ConnectyCube user and contacts are not showing. Instead, the log repeatedly displays the message: nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events. This issue only occurs in the iOS release build.
Steps to Reproduce:
Observed Behavior: The user and contacts do not appear, and the log shows the message: nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events.
Expected Behavior: The ConnectyCube user and contacts should be displayed correctly in the app, and the log message should not appear unless there's a genuine issue.
Environment:
Screenshots:
Additional Context:
Mention that this issue does not occur in the development build, only in the release build.
Logs:
Include the relevant log messages, especially the nw_connection_add_timestamp_locked_on_nw_queue message.
The text was updated successfully, but these errors were encountered: