johanhelsing / matchbox

Painless peer-to-peer WebRTC networking for rust wasm (and native!)
Apache License 2.0
848 stars 67 forks source link

Remove serde-serialize feature #438

Closed RaoulHC closed 3 months ago

RaoulHC commented 3 months ago

This wasn't used and is deprecated due to causing cyclic dependency issues.

Ran into this and it took a while to realise this was the source of the issue, see this thread for more discussion on it: https://github.com/tkaitchuck/aHash/issues/95