Émilie Collard
Results
3
comments of
Émilie Collard
@fuji97 Have you found a wait to send the auth token? I tried ISocketConnectionInterceptor, but it is called after the connect call.
That won't work. Event with your change WebApiSocketRequestInterceptor is called after the first connection and the server never receive any token.
Found the problem. I needed to add `.AddSocketSessionInterceptor()` when configuring HotChocolate. This is what receive the initial payload from `ISocketConnectionInterceptor`