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

Remove use of admin websocket for connecting to Holochain #378

Open
pospi opened this issue Jan 21, 2023 · 1 comment
Open

Remove use of admin websocket for connecting to Holochain #378

pospi opened this issue Jan 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@pospi
Copy link
Member

pospi commented Jan 21, 2023

In 7b3e07d we were forced to integrate use of the admin websocket into our connector logic to work around holochain/holochain#1746. This is not a long-term solution as "normal" Holochain apps will probably not have access to this websocket in future. (Because of this, I'm considering this a bug.)

The new hc launch utility looks like it could be a better bet for use in development, and has a pretty simple CLI interface.

However, our development pipeline may need to be updated to perform full build steps and bundling in order to run through this utility- it's unclear whether a separate development server (with hot reload capabilities) can be made compatible.

I suspect we want the best of both worlds here (near-instant development feedback and simple bootstrapping). Will need to investigate further to see if this new utility affords that possibility, or if we will need to resolve the upstream Holochain issue differently.

@pospi pospi added the bug Something isn't working label Jan 21, 2023
@Connoropolous
Copy link
Contributor

I've gathered that there's a 'live reload' (by pointing at a url, not a file) solution for hc launch so that it can support development modes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants