Shoonya-Dev/ShoonyaApi-py

unsubscribe not working with feed_type='d'

Opened this issue · 1 comments

The unsubscribe method of the websocket is not working with feed_type='d'

When we subscribe to a token with feed_type='d', we are unable to unsubscribe.

Unsubscribe is working only when the token is subscribed as touchline.

Example:
api.subscribe('MCX|248574',feed_type='d')

time.sleep(2)
api.unsubscribe('MCX|248574')

This will not work.

Hey aksingh2411,

I am facing this issue even for feed_type='t'

Did you find any solution ?