node-datachannel
node-datachannel copied to clipboard
test: mixed message types should be sent in order
Resolving blob content is done asynchronously so if two messages are sent synchronously where the first is a blob and the second is not a blob, the second message will get passed off to libdatachannel first.
This PR just adds a failing test, the bug is still present.