Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Oct 3, 2024
1 parent 5b0c124 commit 09d7fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webrtc/sctp/sctp_transport.nim
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ proc serverSetup(self: Sctp, sctpPort: uint16): bool =
return false

self.sockServer = sock
echo "sockServer: ", cast[uint64](cast[pointer](self.sockServer))
return true

proc listen*(self: Sctp, sctpPort: uint16 = 5000) =
Expand Down

0 comments on commit 09d7fcb

Please sign in to comment.