Skip to content

Fix stupid infinitity lock with MinOS sockets and rwlocks #35

Description

@Dcraftbg

Issue occurs in minos_server_is_readable (called inside a task switch with the lock acquired means infinite block)

Either implement rwlock try_write_lock or just straight up replace it with a spinlock. The latter I prefer as its simpler and at this point I really don't care about that and I don't exactly know how to approach such implementation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions