File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set byte_per_byte 0
8
8
9
9
# Open the connection and configure the socket
10
10
set s [socket localhost 12345]
11
- chan configure $s -blocking 0 -buffering none -translation binary -encoding binary
11
+ chan configure $s -blocking 0 -buffering none -translation binary
12
12
13
13
# Create a packer
14
14
set p [msgpack::packer new]
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ oo::class create msgpack::unpacker {
340
340
set stream $istream
341
341
set callback $icallback
342
342
coroutine $coro [self] unpack_coro 0 1
343
- chan configure $stream -blocking 0 -buffering none -translation binary -encoding binary
343
+ chan configure $stream -blocking 0 -buffering none -translation binary
344
344
chan event $stream readable $coro
345
345
}
346
346
You can’t perform that action at this time.
0 commit comments