mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
Fix example
This commit is contained in:
parent
ffa1e099b6
commit
b14345ff09
@ -16,8 +16,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
@IBOutlet var serverTextView: NSTextView!
|
||||
@IBOutlet var clientTextView: NSTextView!
|
||||
|
||||
private let server = RxMessagePortServer()
|
||||
private let client = RxMessagePortClient()
|
||||
private let server = RxMessagePortServer(queueQos: .default)
|
||||
private let client = RxMessagePortClient(queueQos: .default)
|
||||
|
||||
private var msgid = Int32(0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user