Skip to content

Commit

Permalink
Fix shard immediately rebooting on handle start
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hellyer committed Jan 25, 2017
1 parent 19dcfec commit f16f57b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,8 @@ fn boot_shard(info: BootInfo) -> Result<(Shard, ReadyEvent, Receiver<WebSocketSt
}

fn monitor_shard(mut info: MonitorInfo) {
handle_shard(&mut info);

loop {
let mut boot_successful = false;

Expand Down

0 comments on commit f16f57b

Please sign in to comment.