* Makes the socket leave all the rooms it was part of and prevents it from joining any other room * * @private
()
| 678 | * @private |
| 679 | */ |
| 680 | _cleanup() { |
| 681 | this.leaveAll(); |
| 682 | this.nsp._remove(this); |
| 683 | this.join = noop; |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * Produces an `error` packet. |
no test coverage detected