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

feat!: Drop the sample web-client temporarily #368

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 30, 2024

  1. feat!: Drop the sample web-client temporarily

    as it's currently not working for at least two different reasons:
    
    Commit(43afb6a): 'Implement JSON serialization on most built-in data types.',
    
    which broke the JS parsing and updating of subscribed values.
    And the other being
    
    Commit(eab4caa): 'Rewrite the client to be async all the way through',
    
    which indirectly halted subscriptions for servers implemented with this crate (locka99#324).
    
    Re-adding this sample would be highly appreciated.
    If possible with tests, which might prevent its recurring decay.
    AiyionPrime committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4c7b416 View commit details
    Browse the repository at this point in the history