Skip to content

Commit 51fab9a

Browse files
author
Kai Su
committed
modified: tigeropen/push/push_client.py
1 parent 1b6ebc0 commit 51fab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tigeropen/push/push_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
KEEPALIVE = False
5454

5555

56-
class PushClient(object):
56+
class PushClient(stomp.ConnectionListener):
5757
def __init__(self, host, port, use_ssl=True, connection_timeout=120, auto_reconnect=True,
5858
heartbeats=(30 * 1000, 30 * 1000)):
5959
"""

0 commit comments

Comments
 (0)