Skip to content
Snippets Groups Projects
Commit a9ec7aed authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix typo in connect impl

parent 02d2998b
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
...@@ -75,7 +75,7 @@ type Connection interface { ...@@ -75,7 +75,7 @@ type Connection interface {
// PayloadSize Returns the max payload size for a partitionable E2E // PayloadSize Returns the max payload size for a partitionable E2E
// message // message
PayloadSize(payloadIndex uint) uint PayloadSize() uint
} }
// Callback is the callback format required to retrieve // Callback is the callback format required to retrieve
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment