karlseguin / websocket.zig

A websocket implementation for zig
MIT License
302 stars 28 forks source link

zig 0.11.0 support #13

Closed hajsf closed 1 year ago

hajsf commented 1 year ago

Can I use it with Zig 0.11.0, I tried couple of weeks ago but failed due to ysing async. I understood from the readme file that you are back to threads, so shall I try it now with 0.11.0, or it will not work?

karlseguin commented 1 year ago

I just tried master on 0.11.0 and it works.