Currently this is a known bug that when calling accept on room-invitation, it will sometimes disconnected from the websocket and reconnected. Logs below:
13:06:17 WARN PuppetPadchat startManager() manager.on(reset) for 掉线了. Restarting PuppetPadchat ...
13:06:17 SILL Contact ready() @ Puppet#0<PuppetPadchat>(test)/PuppetPadchat#0
13:06:17 SILL Contact ready() isReady() true
13:06:17 ERR Config ###########################
13:06:17 ERR Config unhandledRejection: Error: FORWARDED: Accept invitation failed, this is a forwarded invitation, can not be accepted [object Promise]
13:06:17 ERR Config ###########################
13:06:17 ERR Config process.on(unhandledRejection) promise.catch(FORWARDED: Accept invitation failed, this is a forwarded invitation, can not be accepted)
Currently this is a known bug that when calling
accept
onroom-invitation
, it will sometimes disconnected from the websocket and reconnected. Logs below: