Just downloaded latest zig version to try and fix the issue, but I can't seem to figure out why its not working.
error: no field or member function named 'yield' in 'Thread'
thread.yield();
error: no field named 'count' in struct 'hash_map.HashMap([]const u8,usize,hash_map.StringContext,80)'
if (self.connection_id_index_map.count == 0) break :ping;
Any idea why these fields appear in the std docs but are not working in zig 0.11.0-dev.3299+34865d693