Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ewmaa #3

Merged
merged 11 commits into from
Dec 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rm cmt
  • Loading branch information
Axel-Jacobsen committed Dec 30, 2023
commit a3c8dcb8e0fcc3515844039dacf8a12889862d4e
1 change: 0 additions & 1 deletion src/market_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ impl MarketHandler {
bot_out_channel: Arc<Mutex<HashMap<String, broadcast::Sender<InternalPacket>>>>,
) {
while !halt_flag.load(Ordering::SeqCst) {
// why a Option instead of a Result here?
let internal_coms_packet = match bots_to_mh_rx.recv().await {
Some(packet) => packet,
None => continue,
Expand Down