bytecodealliance / wrpc

Wasm component-native RPC framework
Other
118 stars 19 forks source link

fix(go): Closing nats subscriptions #214

Closed lxfontes closed 1 month ago

lxfontes commented 1 month ago

We are leaving subscriptions open in 2 situations:

This PR adds the missing Unsubscribe for handshakes, and makes so subscriptions handed of to indexedStreamWriter are closed by streamWriter during its Close call.