(buffer)
| 51 | this.update(); |
| 52 | } |
| 53 | receive(buffer) { |
| 54 | this.received += 1; |
| 55 | this.messageReceived = this.decoder.decode(buffer); |
| 56 | this.update(); |
| 57 | } |
| 58 | update() { |
| 59 | const {render, font, black, white} = this; |
| 60 | render.begin(); |
no test coverage detected