Error when create room

When i create room, always have the below error:

(node:8720) UnhandledPromiseRejectionWarning: Error: remote room (B1gXDTU8Mm) timed out, requesting "locked"
    at Timeout.setTimeout (D:\Projects\TurnBasedServer\node_modules\colyseus\lib\MatchMaker.js:156:32)
    at ontimeout (timers.js:427:11)
    at tryOnTimeout (timers.js:289:5)
    at listOnTimeout (timers.js:252:5)
    at Timer.processTimers (timers.js:212:10)
(node:8720) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)

Anyone have this bug ?

This is same this issue:
https://github.com/gamestdio/colyseus/issues/151

So waiting for @endel fix this bug.