Sean DuBois
157220e800
Run gofmt to add new build constraints
...
Also remove some 1.13 specific WASM code
2022-01-17 22:36:01 -05:00
Sean DuBois
398c363baf
Add SetReadDeadline to RTPReceiver and TrackRemote
...
Previously, Reading RTP or RTCP packets from a peer
would block until a packet was received, or the
connection was terminated. This change allows you to
set a deadline, after which the read function will
return a timeout error and you can get on with other
things.
Resolves #1553
2020-12-26 09:41:45 -08:00
Sean DuBois
79d93e9835
Add TestICERestart_Error_Handling
...
Add test that asserts that a DataChannel message that is sent while
disconnected will be delivered after reconnected.
Relates to #1518
2020-11-13 05:21:37 -08:00
Sean DuBois
43f3b47307
Revert TestICERestart_Error_Handling
...
We need to fix pion/ice#252 first
2020-11-12 23:51:49 -08:00
Sean DuBois
8bff7190b0
Add !js to vnet
...
SettingEngine is not available in WASM
2020-11-12 23:34:23 -08:00
Sean DuBois
50e4975877
Add TestICERestart_Error_Handling
...
Add test that asserts that a DataChannel message that is sent while
disconnected will be delivered after reconnected.
Relates to #1518
2020-11-12 22:51:30 -08:00