when connected to server, activities get shared automatically
See original GitHub issuewhen connected to server, activities get shared automatically without even clicking network button.
I tested with both dev.sugarizer.org and local server on even different laptops in dev
branch .
also tested on https://dev.sugarizer.org/
The issue doesn’t occur in master
branch.
from this issue several activities are having problem like In last one loses activity we are not able to play vs computer mode(single player mode).
see below
The issue was not there until some weeks ago ( when i was developing chess activity).
will be very helpful if other contributors can verify this issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Connect servers or external devices with Files on iPhone
Tap Next, then select the server volume or shared folder in the Browse screen (under Shared). To disconnect from the file server, tap...
Read more >Activities on Discord
Now announcing Activities: a way to enjoy shared experiences with friends, ... Step 4 (optional): Get your friends to join the Activity.
Read more >Introduction to activities - Android Developers
An Activity is an application component that provides a screen with which users can interact in order to do something, such as dial...
Read more >Preventing SMB traffic from lateral connections and entering ...
Clients use SMB to access data on servers. This allows sharing of files, centralized data management, and lowered storage capacity needs for mobile...
Read more >Garmin and Strava
Disabling this permission will prevent past and future activity sync. Once activities are wirelessly uploaded to Garmin Connect via Bluetooth, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@prakashujjwal1010 thanks for the detailed description of the issue. It helps me a lot to understand the problem. The difference with a local server and
dev.sugarizer.org
- and also the reason why I can’t reproduce the issue on my side - is that it depends of the network latency to accept connection. I’ve finally reproduce the issue on my side by forcing my local server to 1 second wait before accepting connection (here for information). With this one second latency I was able to reproduce both issue: automatic share and disable of network buttons.I’ve updated the https://github.com/llaske/sugarizer/pull/813 PR to integrate the fix.
@prakashujjwal1010 @dhruvmisra could you test again on your side to see if it works now?
@llaske @dhruvmisra please try this :