sysid / sse-starlette

BSD 3-Clause "New" or "Revised" License
544 stars 37 forks source link

Do we concern to use SseState in the future? #64

Closed AbelKoo closed 1 year ago

AbelKoo commented 1 year ago

class SseState(enum.Enum): CONNECTING = 0 OPENED = 1 CLOSED = 2

sysid commented 1 year ago

@AbelKoo , thks for the hint, well spotted. Will mark it for deletion.