locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
515 stars 140 forks source link

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

Closed AiyionPrime closed 4 months ago

AiyionPrime commented 4 months ago

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 commented 4 months ago

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