Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Sep 6, 2024
1 parent afb0474 commit 5ca172f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flame/runner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ defmodule FLAME.Runner do

Task.start_link(fn ->
{:ok, socket} = :gen_tcp.accept(listen_socket)
Logger.info("Sending binary over TCP")
:ok = :gen_tcp.send(socket, base_sync_stream.stream)
{:ok, _ack} = :gen_tcp.recv(socket, 0)
:gen_tcp.close(socket)
Expand Down

0 comments on commit 5ca172f

Please sign in to comment.