Skip to content

Commit 57e3967

Browse files
committed
167: Ensure RsrWireProtocolV1 is enabled by default
1 parent 40ae55c commit 57e3967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RemoteServiceReplication/RsrSocketConnectionSpecification.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Class {
1818
RsrSocketConnectionSpecification class >> defaultWireProtocols [
1919
"Return the default list of supported WireProtocol version."
2020

21-
^{ RsrWireProtocolV2 new }
21+
^{ RsrWireProtocolV2 new. RsrWireProtocolV1 new }
2222
]
2323

2424
{ #category : 'accessing' }

0 commit comments

Comments
 (0)