Skip to content

Commit

Permalink
167: Ensure RsrWireProtocolV1 is enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkilpela committed Jan 29, 2025
1 parent ffc2017 commit 2478126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Class {
RsrSocketConnectionSpecification class >> defaultWireProtocols [
"Return the default list of supported WireProtocol version."

^{ RsrWireProtocolV2 new }
^{ RsrWireProtocolV2 new. RsrWireProtocolV1 new }
]

{ #category : 'accessing' }
Expand Down

0 comments on commit 2478126

Please sign in to comment.