读消息超时时间,单位毫秒,默认不限制
export const option = {
ws: {
readTimeout: 3000
}
}
写控制指令超时时间,单位毫秒,默认 10s
export const option = {
ws: {
writeControlTimeout: 10000
}
}
写消息超时时间,单位毫秒,默认不限制
export const option = {
ws: {
writeTimeout: 3000
}
}
握手超时时间,单位毫秒,默认 30s