Sobeston / zigcord

A discord library in zig.
MIT License
44 stars 3 forks source link

Properly handle closed + reopening sockets #5

Open Sobeston opened 4 years ago

Sobeston commented 4 years ago

Our sockets can still be closed (by the OS or otherwise); we need to properly handle reopening closed sockets or at least be able to reliably keep them open.