Kiskae / DiscordKt

[Unmaintained] Opinionated Discord client written in Kotlin
MIT License
1 stars 0 forks source link

Map out source observables #3

Open Kiskae opened 8 years ago

Kiskae commented 8 years ago

The current set-up of observables in 'WebsocketClient' and 'ClientSession' work however they do not seems to handle errors and closing correctly.

Mapping out and correcting connections between the observables should lead to a better setup.