SES-140 connected Player with SignalR #61

Merged
s426134 merged 2 commits from SES-140 into dev 2021-01-09 22:24:29 +01:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 07af6cdbf6 - Show all commits

View File

@ -18,7 +18,6 @@ export class PlayerDashboardComponent implements OnInit {
ngOnInit() {
this.store.select(s => s.playerStore.characterId).pipe(first()).subscribe((id) => {
debugger
this.signalRService.Login(id);
});
}

View File

@ -11,7 +11,6 @@ export class PlayerSignalRService {
}
public Login(characterId: number) {
debugger
this.signalR.startConnection();
this.signalR.connectionEstablished$.subscribe(() => {