Grégoire Astruc
Grégoire Astruc
Notifier for BetaSeries - a french equivalent of Trakt.tv, wildly used.
Per the [documentation](http://enet.bespin.org/FAQ.html): > as long as the application guards access to [ENetHost], then ENet should operate fine in a multi-threaded environment. The problem is **accessing the `peer` field of...
During my build with clang, a few innocuous warnings popped up: ``` enet/peer.c:227:59: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((((& peer -> dispatchedCommands) -> sentinel.next) == (& (&...