@@ -7,10 +7,8 @@ |
||
7 | 7 | * For the full copyright and license information, please view the LICENSE file |
8 | 8 | * that was distributed with this source code. |
9 | 9 | */ |
10 | -use Phaim\Server\Wamp\Util; |
|
11 | -use Thruway\ClientSession; |
|
10 | +use Phaim\Server\Wamp\Util; |
|
12 | 11 | use Evenement\EventEmitterInterface; |
13 | -use Evenement\EventEmitterTrait; |
|
14 | 12 | |
15 | 13 | /** |
16 | 14 | * Description of SessionMonitor |
@@ -8,9 +8,9 @@ |
||
8 | 8 | * that was distributed with this source code. |
9 | 9 | */ |
10 | 10 | |
11 | -use Thruway\Common\Utils; |
|
12 | -use Thruway\ClientSession; |
|
13 | -use Thruway\Message\UnsubscribedMessage; |
|
11 | +use Thruway\Common\Utils; |
|
12 | +use Thruway\ClientSession; |
|
13 | +use Thruway\Message\UnsubscribedMessage; |
|
14 | 14 | use React\Promise\Deferred; |
15 | 15 | |
16 | 16 | /** |