-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(socket): prevent connection from dying when the main thread is bl…
…ocked (#19) Moves the socket to a child process, so that the main thread can be blocked without our socket missing pings, therefore keeping our connection to the ATEM alive regardless of how hard the main thread is churning.
- Loading branch information
Alex Van Camp
authored
Sep 11, 2018
1 parent
10e6eed
commit 6814713
Showing
8 changed files
with
471 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.