paullouisageneau / datachannel-wasm

C++ WebRTC Data Channels and WebSockets for WebAssembly in browsers
MIT License
148 stars 25 forks source link

Match libdatachannel's reliability.hpp #54

Closed golgirihm closed 3 months ago

golgirihm commented 3 months ago

Hello!

First off, thank you for the wonderful libraries. They are incredibly useful!

I have a project that uses libdatachannel in conjuction with datachannel-wasm. Recently, I pulled to a newer version of libdatachannel, and found that I had a build error due to the refactor of the data channel reliability API (#1031). I was able to fix this error in one part of my project (the native app), but it breaks the other part of the project (the web app).

Is there a plan to update datachannel-wasm to match the reliability in the latest libdatachannel?

paullouisageneau commented 3 months ago

This is done in https://github.com/paullouisageneau/datachannel-wasm/pull/51 which is not merged, I was waiting for the new version of libdatachannel to be released.

I'll merge it now!