Hi, I'm toying around with Zig and came across this library. I'm creating a simple prototype for an app that uses the websocket client, but it seems that it only supports Linux due to the posix import. Do you have plans to expand to other platforms?
I'm currently using a Mac, but my build failed on the timeout parts of the code using std.posix.timeval are using the Linux specific fields (.sec and .usec vs .tv_sec and .tv_usec).
Hi, I'm toying around with Zig and came across this library. I'm creating a simple prototype for an app that uses the websocket client, but it seems that it only supports Linux due to the posix import. Do you have plans to expand to other platforms?
I'm currently using a Mac, but my build failed on the timeout parts of the code using std.posix.timeval are using the Linux specific fields (.sec and .usec vs .tv_sec and .tv_usec).