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

Conversation

AiyionPrime
Copy link
Contributor

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 (#324).

Re-adding this sample would be highly appreciated. If possible with tests, which might prevent its recurring decay.

@AiyionPrime AiyionPrime changed the title feat!: This drops the sample web-client temporarily feat!: Drop the sample web-client temporarily Jul 24, 2024
@AiyionPrime AiyionPrime force-pushed the feat/temp-drop-web-client branch 3 times, most recently from 1d5a1e1 to e134b93 Compare July 28, 2024 13:44
@AiyionPrime
Copy link
Contributor Author

@locka99 Is merging this something you'd even consider?

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.
@locka99 locka99 merged commit cf2d1bd into locka99:master Jul 31, 2024
11 of 12 checks passed
@AiyionPrime AiyionPrime deleted the feat/temp-drop-web-client branch July 31, 2024 13:11
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