good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. Sep 09, 2024
  2. Aug 22, 2024
  3. Aug 21, 2024
  4. Aug 15, 2024
  5. Aug 09, 2024
  6. Apr 12, 2024
  7. Apr 11, 2024
  8. Apr 09, 2024
    • Jacob's avatar
      Use new atomic types from Go 1.19 · afe94af9
      Jacob authored
      This is a cleaner solution for the fix in #438 thanks to the fact that Go 1.19 now is the default and the atomic.Int64 types are automatically aligned correctly on 32 bit systems.
      
      Using this also means that xsync.Int64 can be removed. The new atomic.Int64 type solves the issue and should be quite a lot faster as it avoids the interface conversion.
      afe94af9
  9. Apr 07, 2024
  10. Apr 05, 2024
  11. Mar 07, 2024
Loading