good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 3607aca5 authored by a's avatar a
Browse files

ok

parent 133a7d21
No related branches found
No related tags found
No related merge requests found
Pipeline #25942 failed with stage
in 2 minutes and 28 seconds
......@@ -16,10 +16,10 @@ import (
)
const (
subscribeMethodSuffix = "/subscribe"
notificationMethodSuffix = "/subscription"
unsubscribeMethodSuffix = "/unsubscribe"
serviceMethodSeparator = "/"
subscribeMethodSuffix = serviceMethodSeparator + "subscribe"
notificationMethodSuffix = serviceMethodSeparator + "subscription"
unsubscribeMethodSuffix = serviceMethodSeparator + "unsubscribe"
maxClientSubscriptionBuffer = 12800
)
......
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