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

wasm client issues on main #302

Closed
ecton opened this issue Jun 21, 2023 · 0 comments
Closed

wasm client issues on main #302

ecton opened this issue Jun 21, 2023 · 0 comments
Labels
bug Something isn't working networking Issues relating to either the networked server or client

Comments

@ecton
Copy link
Member

ecton commented Jun 21, 2023

The wasm client on the main branch has two issues:

  • After Client should have configurable timeout options #297, the client no longer works. The wasm timer dependency for handling timeouts caused the wasm app to not launch due to relying on some API that isn't supported. This needs to be replaced.
  • Apparently wasm subprotocols cannot have slashes.

After disabling the timeout code in wasm and changing the subprotocol to something different, the wasm client works again.

I want to look into when I last changed the subprotocol to determine if 0.4 had the same subprotocol, or maybe it didn't use the subprotocol yet.

@ecton ecton added bug Something isn't working networking Issues relating to either the networked server or client labels Jun 21, 2023
@ecton ecton closed this as completed in 0377888 Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working networking Issues relating to either the networked server or client
Projects
None yet
Development

No branches or pull requests

1 participant