* Get the current queue size
()
| 307 | * Get the current queue size |
| 308 | */ |
| 309 | size(): number { |
| 310 | return this.queue.length; |
| 311 | } |
| 312 | |
| 313 | /** |
| 314 | * Wait for messages and return all messages with the same mode as a single string |
no outgoing calls
no test coverage detected