Open simlay opened 2 months ago
This feature was mentioned a while back. It'd cool if LiveChannel events supported swift's AsyncStream.
LiveChannel
AsyncStream
This work will probably go in Support.swift.
Support.swift
An AsyncStream API for events would be great. I can help out with that implementation if needed. I think we just need a way to call Channel.events from the LiveChannel to begin implementing this.
Channel.events
This feature was mentioned a while back. It'd cool if
LiveChannel
events supported swift'sAsyncStream
.This work will probably go in
Support.swift
.