mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:17:23 +09:00
WebSocket対応漏れ
This commit is contained in:
parent
681dae73cf
commit
42851627fe
@ -97,7 +97,7 @@ export default class ReversiModule implements IModule {
|
||||
private onReversiGameStart = (game: any) => {
|
||||
// ゲームストリームに接続
|
||||
const gw = new ReconnectingWebSocket(`${config.wsUrl}/games/reversi-game?i=${config.i}&game=${game.id}`, [], {
|
||||
WebSocket: WebSocket
|
||||
constructor: WebSocket
|
||||
});
|
||||
|
||||
function send(msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user