Glimesh / janus-ftl-orchestrator

A service used to manage multiple instances of janus-ftl-plugin for use at scale.
GNU Affero General Public License v3.0
15 stars 3 forks source link

👀 Fix missing include in TlsConnectionTransport #28

Closed haydenmc closed 3 years ago

haydenmc commented 3 years ago

Fixed a missing include in TlsConnectionTransport.h which could cause compilation errors for external consumers, due to F_GETFL and O_NONBLOCK being undefined.