expose client field in chronosstream

This commit is contained in:
Dmitriy Ryajov 2020-08-05 19:41:42 -06:00
parent 60617d4d39
commit fef6c43967
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -19,7 +19,7 @@ const
type
ChronosStream* = ref object of Connection
client: StreamTransport
client*: StreamTransport
method initStream*(s: ChronosStream) =
if s.objName.len == 0: