rawrtc / rawrtc-data-channel

A standalone WebRTC and ORTC data channel implementation.
BSD 2-Clause "Simplified" License
52 stars 6 forks source link

Fix partial reliability setting for data channels #36

Closed sazindev closed 3 years ago

sazindev commented 4 years ago

I was studying your code and by reading the send_message function, I think the partial reliability switch expression is wrong. I did neither test the old code nor compile the proposed changes though.

lgrahl commented 4 years ago

Good catch! Looks like a copy/paste error to me. Luckily, this is a rarely used feature. Thanks for reporting it. :+1: