mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-01 06:56:23 +00:00
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