https://kotlinlang.org logo
Title
k

Koji Osugi

05/16/2023, 2:15 PM
Hi everyone! I'm excited to announce that Y-Chat has released version 1.4.0! This latest version adds macOS support. Please visit our official GitHub repository at https://github.com/yml-org/ychat
g

gabfssilva

05/16/2023, 3:22 PM
Amazing! A question: does it rely on blocking I/O calls? I’m planning to add the OpenAPI connector to River-kt soon, and, originally I was planning to implement it from scratch, but it looks like I could use ychat instead.
d

darkmoon_uk

05/17/2023, 1:04 AM
Thanks so much for this; I am looking forward to trying it out in a personal project first - maybe more later! 🙂
k

Koji Osugi

05/17/2023, 2:49 PM
@gabfssilva It does not rely on blocking I/O calls. We are using Ktor under the hood
d

darkmoon_uk

05/21/2023, 3:46 AM
@Koji Osugi I suspect there is something wrong with the packaging of
1.4.0
, when trying to use it I always get
Could not find ychat-sdk:ychat-core:unspecified
while
1.3.0
resolves fine as expected.
I even tried specifying additional dependency
ychat-sdk:ychat-core:1.4.0
but it appears this module doesn't exist on Maven Central at all.
@Koji Osugi raised issue here
k

Koji Osugi

05/24/2023, 8:02 PM
@darkmoon_uk Thank you! It's fixed on 1.4.1