Refactorng
This commit is contained in:
parent
865fd25af1
commit
aa4ef6745a
132 changed files with 180 additions and 212 deletions
|
|
@ -2,7 +2,7 @@ import * as mongo from 'mongodb';
|
|||
import * as websocket from 'websocket';
|
||||
import * as redis from 'redis';
|
||||
import Matching, { pack } from '../../../models/games/reversi/matching';
|
||||
import publishUserStream from '../../../publishers/stream';
|
||||
import publishUserStream from '../../../stream';
|
||||
|
||||
export default function(request: websocket.request, connection: websocket.connection, subscriber: redis.RedisClient, user: any): void {
|
||||
// Subscribe reversi stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue