We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa3e87 + b07bee4 commit cda39bcCopy full SHA for cda39bc
Sources/SSEKit/ServerSentEvent.swift
@@ -19,7 +19,7 @@ public struct ServerSentEvent: Equatable, Sendable {
19
self.id = id
20
}
21
22
- internal func makeBuffer(allocator: ByteBufferAllocator) -> ByteBuffer {
+ public func makeBuffer(allocator: ByteBufferAllocator) -> ByteBuffer {
23
var string = ""
24
25
if let type = type {
0 commit comments