Skip to content
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

[DOCS] <single_client configuration parameter to False - ..> #1139

Closed
2 tasks done
smahable opened this issue Aug 25, 2024 · 6 comments
Closed
2 tasks done

[DOCS] <single_client configuration parameter to False - ..> #1139

smahable opened this issue Aug 25, 2024 · 6 comments
Labels
📄 Documentation Internal or public documentation good first issue New-contributor friendly 🖰 GUI Related to GUI 💥Malfunction Addresses an identified problem. 🟨 Priority: Medium Not blocking but should be fixed soon

Comments

@smahable
Copy link

Issue Description

https://docs.taipy.io/en/release-3.1/manuals/gui/callbacks/

(note that setting the single_client configuration parameter to False - as explained in the Configuration section - prevents multiple users from connecting to your application simultaneously, but you still rely on the State object to access the application variables that are represented in your user interfaces)."

I think you meant setting it to True ?

Screenshots or Examples (if applicable)

n/a

Proposed Solution (optional)

change False to True ?

Code of Conduct

  • I have checked the existing issues.
  • I am willing to work on this issue (optional)
@smahable smahable added the 📄 Documentation Internal or public documentation label Aug 25, 2024
@FlorianJacta
Copy link
Member

Hi, I am not sure to understand this issue.

What is wrong with this documentation?

single_client (bool, default: False): set to True if only a single client can connect. False, which is the default value, indicates that multiple clients can connect to the server.
Note that this setting is forced to True when running in a Notebook context.

@smahable
Copy link
Author

https://docs.taipy.io/en/release-3.1/manuals/gui/callbacks/

Its not big deal but to just confirm:

single_client=True # only single client can connect
single_client=False # multiple clients can connect

If you see the wording I pasted from the doc, the wording is confusing

thanks

@FlorianJacta
Copy link
Member

Oh I get it. This is from our docs your text:

note that setting the single_client configuration parameter to False - as explained in the Configuration section - prevents multiple users from connecting to your application simultaneously, but you still rely on the State object to access the application variables that are represented in your user interfaces

which is false.

Thank you for bringing this to us!

@jrobinAV jrobinAV added 🖰 GUI Related to GUI 🟨 Priority: Medium Not blocking but should be fixed soon good first issue New-contributor friendly 💥Malfunction Addresses an identified problem. labels Aug 26, 2024
@jrobinAV jrobinAV transferred this issue from Avaiga/taipy Sep 26, 2024
@yashpal2104
Copy link

This issue is resolved I have screenshoted it but still in the official documentation it is not reflected
Screenshot 2024-09-26 211311
Screenshot 2024-09-26 211645

@FlorianJacta
Copy link
Member

This is fixed in the develop version of Taipy https://docs.taipy.io/en/develop/userman/gui/callbacks/

This documentation will be live very soon. We are planning our 4.0 release!

Thank you for your contribution again.

@yashpal2104
Copy link

Glad to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📄 Documentation Internal or public documentation good first issue New-contributor friendly 🖰 GUI Related to GUI 💥Malfunction Addresses an identified problem. 🟨 Priority: Medium Not blocking but should be fixed soon
Projects
None yet
Development

No branches or pull requests

4 participants