You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thammi,
In TODO lists I see standing "get rid of the glib loop in its own thread".
Can you tell me please what does it mean? Why the glib loop is so bad? And how to make it in its own thread?
The library currently uses the glib event loop in its own thread to handle the i/o. The preferred way would be to integrate it into the event loop of Node.js/libuv. Having a seperate thread and event loop is kind of ugly and creates potential concurrency problems.
PS: Hijacking a ticket is not the preferred way of communication. Please open a new ticket next time or just send me an email.
Follow API changes which were introduced after v0.10. See #1.
The text was updated successfully, but these errors were encountered: