Fix issue where the control socket should not be used as a streamsession

This commit is contained in:
idk
2022-02-02 00:40:01 -05:00
parent 0623ed8a79
commit a2fcfb8bc1
8 changed files with 47 additions and 41 deletions

View File

@ -20,7 +20,6 @@ type DatagramConn interface {
}
/**
var conn DatagramConn = &Client{}
*/
* When datagram support is finished, this will compile.
* var conn DatagramConn = &Client{}
**/