sawtooth-cookiejar
sawtooth-cookiejar copied to clipboard
Unsubscribe from events
When I tried the code
# Unsubscribe from events
request = client_event_pb2.ClientEventsUnsubscribeRequest()
appears to be unreachable. Maybe a second function to separate the while loop and the unsubscribe function would help?
Yes it is unreachable because of the while loop. I put it there in case someone wants to change the code and exit from the while loop.