Implement solution check forwarding
This commit is contained in:
@@ -30,7 +30,7 @@ export class MessagesComponent implements OnInit {
|
||||
});
|
||||
|
||||
this.websocketService.connect();
|
||||
this.websocketService.observeKey<Message>('message.send').subscribe(
|
||||
this.websocketService.observeControl<Message>('message.send').subscribe(
|
||||
message => this.newMessage.next(message)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user