fix login to socket

This commit is contained in:
Peter Maquiran
2024-08-21 10:40:54 +01:00
parent 59fc19879f
commit d76f2e240e
13 changed files with 86 additions and 21 deletions
@@ -44,6 +44,10 @@ export class MessageSocketRepositoryService {
private socket: SignalRService
) {}
connect() {
return this.socket.establishConnection();
}
async sendMessage(data: msgObj) {
try {