mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Skip websocket commands on stop
This commit is contained in:
@@ -365,6 +365,8 @@ public:
|
||||
//
|
||||
for (int i = 0; i < 3; ++i)
|
||||
{
|
||||
if(app_.getJobQueue().isStopping())
|
||||
return;
|
||||
boost::optional <std::string> msg = ptr->getMessage ();
|
||||
if (! msg)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user