You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
https://github.com/Selection-Translator/connect.io/blob/97d90303fe25e59ca16d4b041e9382a934301357/libs/port.js#L54-L64
当连接被断开后,再次调用
client.send()
会直接抛出一个错误,但如果调用时传入了needResponse:true
参数的话,此时就不应该throw err
,应该return Promise.reject(err)
The text was updated successfully, but these errors were encountered: