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

Fix bug spawning with the same key #556

Conversation

paulgb
Copy link
Member

@paulgb paulgb commented Jan 17, 2024

No description provided.

@paulgb paulgb requested a review from rolyatmax January 17, 2024 19:57
Copy link

vercel bot commented Jan 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plane ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2024 7:59pm

Comment on lines -8 to 22
chrono = { version = "0.4.31", features = ["serde"] }
tracing = "0.1.40"
tracing-appender = "0.2.2"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "signal"] }
anyhow = "1.0.75"
async-trait = "0.1.74"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
serde_json = "1.0.107"
bollard = "0.15.0"
chrono = { version = "0.4.31", features = ["serde"] }
futures-util = "0.3.29"
hyper = { version = "0.14.27", features = ["server"] }
plane = { path = "../plane-dynamic", package = "plane-dynamic" }
plane-test-macro = { path = "plane-test-macro" }
reqwest = { version = "0.11.22", features = ["json", "rustls-tls"], default-features = false }
serde_json = "1.0.107"
thiserror = "1.0.50"
hyper = { version = "0.14.27", features = ["server"] }
anyhow = "1.0.75"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "signal"] }
tracing = "0.1.40"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.1"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an unrelated change, I just sorted the deps

Copy link
Member

@rolyatmax rolyatmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@paulgb paulgb merged commit 124a42e into main Jan 17, 2024
6 checks passed
@paulgb paulgb deleted the paul/dis-1561-figure-out-why-connecting-with-the-same-key-doesnt-work branch January 17, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants