|
@@ -824,6 +824,5 @@ Here's an example control command that restarts the broker connection:
|
|
|
|
|
|
@Panel.register
|
|
@Panel.register
|
|
def reset_connection(panel):
|
|
def reset_connection(panel):
|
|
- panel.logger.critical('Connection reset by remote control.')
|
|
|
|
panel.consumer.reset_connection()
|
|
panel.consumer.reset_connection()
|
|
return {'ok': 'connection reset'}
|
|
return {'ok': 'connection reset'}
|