Fix typo.

This commit is contained in:
scruzin 2019-01-07 22:11:35 +10:30
parent 1fe011b5fb
commit 9b7feb4dfc
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ func (s *Session) close() {
}
// Write writes a frame (flv tag) to the rtmp connection.
//func (s *Session) Write(data []byte) (int, error) {
func (s *Session) Write(data []byte) (int, error) {
if !s.isConnected() {
return 0, errNotConnected
}