Hi, I think I've found a bug in subscriptions-transport-ws/src/client.ts at line 633.
if (this.connectionCallback) {
this.connectionCallback();
}
Shouldn't this be passing in the payload of the connection_ack message? According to the docs for the protocol, this message has an optional payload which should be handled in this callback. I'm happy to fix this.
Hi, I think I've found a bug in subscriptions-transport-ws/src/client.ts at line 633.
Shouldn't this be passing in the payload of the
connection_ack
message? According to the docs for the protocol, this message has an optional payload which should be handled in this callback. I'm happy to fix this.