We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Looks like the promise which is used inside the method sometimes gets garbage collected before callback is called.
reproducible with:
webRtcBin.createAnswer(answer -> { System.out.println("ANSWER"); }); System.gc();