chriswiggins / rtsp-streaming-server

Lightweight RTSP/RTP streaming media server written in Javascript
GNU General Public License v3.0
106 stars 21 forks source link

Add missing await statement to example & test #3

Closed cdebost closed 5 years ago

cdebost commented 5 years ago

catch won't catch any errors from server.start() without awaiting.