This is being consumed by Apollo GraphQL on Kotlin Multiplatform. But, what I see over on that side is that usually all I get is the first string, "hi" or the first and last string, but rarely do I get all of them. I'd be willing to concede that this might be an issue on the client side, but thought I'd ask here first if anyone has had these sorts of issues?
s
Shane Myrick
05/05/2021, 12:07 AM
Adding this function to the example spring app and calling it from the GraphQL Playground returns the correct data, so it sounds like a client issue
Thanks, yes, I do think there's some sort of mismatch going on with this. And I will focus on the client side and see if I can verify which protocol is being used.
Neal Sanche
05/05/2021, 4:20 PM
It does use graphql-ws. So I'll keep looking for why this isn't working.