Skip to content

Commit 3564068

Browse files
popstarfreasTheSpyder
authored andcommitted
add missing event functions
(cherry picked from commit 9411544e6ca64e976aa1e29fbceb0b1e8813d6b0)
1 parent 6789c9e commit 3564068

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Net.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ module Socket = {
243243
) => 'tcpSocket = "connect"
244244
}
245245
include Impl
246+
include EventEmitter.Impl({
247+
type t = t
248+
})
246249

247250
type makeOptions
248251

0 commit comments

Comments
 (0)