This commit is contained in:
Simon Hanna 2018-08-22 21:29:08 +02:00
parent 58d1b3698e
commit f6822992ef
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export class OpenLPService {
constructor(private http: HttpClient) {
this.stateChanged$ = new EventEmitter<State>();
let state:State = null;
let ws:WebSocket = new WebSocket('ws://localhost:4317/poll')
let ws:WebSocket = new WebSocket('ws://localhost:4317/state')
ws.onmessage = (event) => {
let reader = new FileReader()
reader.onload = () => {