bytemunch / bevy-supabase

Supabase + Bevy
Apache License 2.0
5 stars 1 forks source link

rt: Remove dependency on Tokio #7

Closed bytemunch closed 5 months ago

bytemunch commented 5 months ago

Incluse all the required code for realtime functions to work in bevy-realtime

Move to using Bevy's own async pool for running the realtime websocket client

Closes #3