Skip to content

Commit

Permalink
reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
0x70b1a5 committed Mar 1, 2024
1 parent 7d24f06 commit 806fc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ fn handle_websocket_client_message(
bot.heartbeat_sequence = 0;
bot.session_id = "".to_string();

// connect_gateway(our, &bot.ws_client_channel, state.gateway_url.clone())?;
connect_gateway(our, &bot.ws_client_channel, state.gateway_url.clone())?;
// // set_state(&serde_json::to_vec(state)?);
}
}
Expand Down

0 comments on commit 806fc3a

Please sign in to comment.