Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit b580c39

Browse files
author
Roman Baitaliuk
committed
Added API for deleting single event
1 parent 52633bb commit b580c39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ClusterWS-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ClusterWS-Client-Swift'
3-
s.version = '3.1.1'
3+
s.version = '3.1.2'
44
s.summary = 'Swift Client for ClusterWS'
55
s.description = 'Swift Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js'
66
s.homepage = 'https://github.com/ClusterWS/ClusterWS-Client-Swift'

Sources/CWSEmitter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Foundation
1010
public typealias CompletionHandler = (Any) -> Void
1111

1212
open class CWSEmitter {
13+
1314
private var mEvents: [(string: String, completion: CompletionHandler)] = []
1415

1516
public func on(event: String, completion: @escaping CompletionHandler) {

0 commit comments

Comments
 (0)