-
This is not libdatachannel issue but more like usrsctp weird behavior issue but it would be nice if libdatachannel could protect from it.
usrsctp: Send callback is invoked on already closed socket:…
-
libtorrent version: `master`
I understand this is more about the way `libdatachannel` builds `usrsctp`, but it concerns the `libtorrent` build. Any hint and I can give it a try.
```
-- No build…
-
libtorrent: `master`
platform/architecture: Android arm64
compiler: clang 9.0.8
When using a WebTorrent transfer, in just under a minute this crash happens
```
A/libc: FORTIFY: pthread_mutex_lo…
-
libdatachannel/examples/client/
I run the project and it show the message.
how to do to run it?
2020-07-31 17:03:00.400 ERROR [3024] [rtc::TcpTransport::runLoop@310] TCP connect: Connection to l…
-
Do you know if there is a Nodejs (native) wrapper available for libdatachannel, or if somebody is working on it already?
-
Hi,
Any idea why i get below error? Testing on **Windows 10**
```
2020-09-16 01:49:16.223 DEBUG [4568] [rtc::IceTransport::IceTransport@57] Initializing ICE transport (libjuice)
2020-09-16 01:…
-
I aware that we have an ongoing issue; however, I found a way to mimic threading like experience in browsers for ` DataChannel.send() ` method.
Fibers/Coroutines can archive concurrency without we…
-
Commit c0ea85025b1f708127dc6730e5eb8c9e2088ad1e broke this. I had been using an old version of server.js that I copied to another host back in August. When I updated everything after my recent commi…
-
Hi,
Looks like your SctpTransport::SendCallback in sctptransport.hpp is missing a `void* ulp_info`
-
It may not be directly related to the library.
I'm integrating with Unity's C#, using the compiled libraries. Interestingly they work perfectly in java (JNI), Windows or Android, but when using them …