Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
galene
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
galene
Commits
f4811e8c
Commit
f4811e8c
authored
Feb 02, 2021
by
Juliusz Chroboczek
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log client errors.
parent
d9e72f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
rtpconn/webclient.go
rtpconn/webclient.go
+3
-0
No files found.
rtpconn/webclient.go
View file @
f4811e8c
...
...
@@ -751,6 +751,9 @@ func StartClient(conn *websocket.Conn) (err error) {
c
.
write
(
*
m
)
}
c
.
close
(
e
)
if
err
!=
nil
{
log
.
Printf
(
"Client: %v"
,
err
)
}
}()
return
clientLoop
(
c
,
conn
)
...
...
Thomas Gambier
🚴🏼
@tomo
mentioned in commit
0ce509c6
·
Apr 20, 2021
mentioned in commit
0ce509c6
mentioned in commit 0ce509c62c1a98ec08d0a46f66d1d664b73b3a14
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment