Connection and messages are now correct and fluently pass between client and server.

This commit is contained in:
Josako
2024-05-23 12:11:23 +02:00
parent 54e2297399
commit 06333bf8de
5 changed files with 82 additions and 32 deletions

View File

@@ -4,6 +4,7 @@ class EveAI {
this.tenantId = tenantId;
this.apiKey = apiKey;
this.domain = domain;
console.log('EveAI constructor:', { tenantId, apiKey, domain });
}