|
|
@@ -11,7 +11,7 @@ export class ClientStateService {
|
|
11
|
11
|
private canvasState: CanvasState = { strokes: [] }
|
|
12
|
12
|
|
|
13
|
13
|
async connect(drawService: ClientDrawService) {
|
|
14
|
|
- const sock = await new RPCSocket(8080, '95.216.156.135').connect();
|
|
|
14
|
+ const sock = await new RPCSocket(8080, 'nitowa.xyz').connect();
|
|
15
|
15
|
this.remoteService = sock['StateService']
|
|
16
|
16
|
this.canvasState = await this.getState()
|
|
17
|
17
|
await this.remoteService.onStroke((s: StrokeStreamElement) => {
|