[server]: unsubscribe_call
doesn't close subscriptions as intended
#135
Labels
bug
Something isn't working
unsubscribe_call
doesn't close subscriptions as intended
#135
When an
unsubscription call
is received by the Server thenRawServerSubscriptionId::from_wire_message
tries to parse it fromhardcoded JsonValue::Null
where thesubscription ID
should be parsed instead. Thus, RawServerSubscriptionId::from_wire_message always fails to parse the subscription IDThis causes dropping a
registered subscription
not work with one exception when the entire client is dropped then it works via SubscriptionsClosedThe text was updated successfully, but these errors were encountered: