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

Support multi-model pages in Stipple #724

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Support multi-model pages in Stipple #724

wants to merge 15 commits into from

Conversation

hhaensel
Copy link
Member

This is the backend part for Stipple's GenieFramework/Stipple.jl#299 to support multiple models on a page.

For this purpose Genie now supports multiple WebChannels; what has been Genie.WebChannels is now an object that is created by calling Genie.initWebChannel(channel).

For compatibility reasons Genie.WebChannels is kept as object but always refers to the latest WebChannel object that has been created.

The array Genie.AllWebChannels keeps track of all generated WebChannel objects.

Most of the routines now need an argument WebChannel to distinguish between different WebChannels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants